game/old/showstep.py
2020-05-11 19:52:50 -05:00

4 lines
69 B
Python

def show_step(step):
print(step)
input("Press enter to proceed")