← quik.run
NP@naman-parashar-s-team / pyfastPublic

pyfast

A PY snippet on QuikRun, callable at quik.run/r/pyfast.

PY· python:3.11· 23 runs· 0 forks· updated 18h ago
Endpointquik.run/r/pyfastRunFork
pyfast.js
def handler(req, env):
total = sum(i * i for i in range(1000))
return {"ok": True, "sum_of_squares": total, "q": req.get("query", {})}
 
Fork this and make it yours

Describe a change in plain English and QuikRun deploys it to your own URL.

Fork snippet

Built on QuikRun by @naman-parashar-s-team · plain English in, live URL out