game/old/showstep.py

4 lines
69 B
Python
Raw Normal View History

2020-05-11 19:52:50 -05:00
def show_step(step):
print(step)
input("Press enter to proceed")