5 lines
79 B
Text
5 lines
79 B
Text
|
def RIGHT(pi: int = 3.14):
|
||
|
while True:
|
||
|
break
|
||
|
return ChangeMe()
|