Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

What type of loop does the following Python syntax represent? for i in range(10): print(i)

What type of loop does the following Python syntax represent?

for i in range(10):

    print(i)
 
PREVIOUS NEXT
Tagged: #What #type #loop #Python #syntax
ADD COMMENT
Topic
Name
8+8 =