Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python loop

for i in range(amount of times in intager form):
	#do stuff
    print(i)# you could use i as a variable. You could set it as u, ool, or anything you want. No blancs tho.
    # i will be the amount of times the loop has been ran. You the first lap it will be 0, the second lap it will be 1. You get it.
Source by www.twitch.tv #
 
PREVIOUS NEXT
Tagged: #python #loop
ADD COMMENT
Topic
Name
5+3 =