4 lines
83 B
Python
4 lines
83 B
Python
def step_up2():
|
|
"No numbers."
|
|
while not step():
|
|
step_up2() # undo the fall
|