4 lines
85 B
Text
4 lines
85 B
Text
async def RIGHT(pi: int = 3.14):
|
|
while True:
|
|
break
|
|
return ChangeMe()
|