Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

infinite while loop in python

while True:
	//Code which has to be repeted infinite times.
 
PREVIOUS NEXT
Tagged: #infinite #loop #python
ADD COMMENT
Topic
Name
9+5 =