Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to re run code in python

restart=1 while restart!= "x": [your game here] input("press any key to start again, or x to exit.") Here is a template you can use to re-run a block of code. Think of #code as a placeholder for one or more lines of Python code.
 
PREVIOUS NEXT
Tagged: #run #code #python
ADD COMMENT
Topic
Name
5+7 =