JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
Quiz - Python For loop
Sign in to Google
to save your progress.
Learn more
1/ How do you write « i browses the integers from 0 to 4 » in Python :
1 point
for i=1 to 4 :
for i in range (4) :
for i in range (5) :
Clear selection
2/ How do you write « i browses the integers from 6 to 12, with a pitch of 2 » in Python :
1 point
for i=6 to 12 by pitch of 2 :
for i in range (6,13,2) :
for i in range(2,6,13) :
for i in range (6,12,2) :
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. -
Terms of Service
-
Privacy Policy
Does this form look suspicious?
Report
Forms
Help and feedback
Contact form owner
Help Forms improve
Report