game/showstep.py
2019-06-23 10:40:30 -05:00

4 lines
69 B
Python

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