Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to do an infinte while in python

variable = True

while variable:
  #you must sort information, else, your programm will crash.
 
PREVIOUS NEXT
Tagged: #How #infinte #python
ADD COMMENT
Topic
Name
6+4 =