Python - For Loop
Which of the following is the correct syntax to loop exactly 5 times using
range()?range()?range(5) generates 0,1,2,3,4 which is 5 iterations.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions