I’ve been using the input function as a way to pause my scripts:

print("something")
wait = input("Press Enter to continue.")
print("something")

Is there a formal way to do this?

17 Answers
17

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *