Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python loop function

x = None # you can change this
y = None # you can change this

while x < y:
	#do something
	break
    

Source by problemsolvingwithpython.com #
 
PREVIOUS NEXT
Tagged: #python #loop #function
ADD COMMENT
Topic
Name
3+1 =