if you wished a loop to repeat 3 types in python programming language, what should you use? a)for counter in range(0,5): b)for counter in range(1.3): c)for counter in range(0.3): d)None of them
Answers
Answered by
1
Answer:
for counter in range (0,3) is the correct answer
Similar questions