tvl-depot/third_party/git/t/t4018/python-async-def
2020-05-22 17:46:45 +01:00

4 lines
85 B
Text

async def RIGHT(pi: int = 3.14):
while True:
break
return ChangeMe()