16. To loop through a set of code a fixed number of times, ........function is used. *
1 point
print()
input()
range()
Answers
Answered by
2
To loop through a set of code a fixed number of times, range() function is used.
Similar questions