4 lines
69 B
Python
4 lines
69 B
Python
def show_step(step):
|
|
print(step)
|
|
input("Press enter to proceed")
|
def show_step(step):
|
|
print(step)
|
|
input("Press enter to proceed")
|