Welcome to mirror list, hosted at ThFree Co, Russian Federation.

python-async-def « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87640e03d2138e7e089ce10657ff53d199467b3a (plain)
1
2
3
4
async def RIGHT(pi: int = 3.14):
    while True:
        break
    return ChangeMe()