Python | for loop quiz | Question 2

Last Updated :
Discuss
Comments

How is the range function typically used in a for loop?

range(start, end)

range(end)

range(start, end, step)

range(step)

Share your thoughts in the comments