Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how make aloop in python

#This print anything 6 times
for anything in range(6):
  print(anything)
 
PREVIOUS NEXT
Tagged: #aloop #python
ADD COMMENT
Topic
Name
9+4 =