C-17-Q110mediumsingle_mcq
To print the multiplication table of a number from 1 to 10, the loop used is:
To print the multiplication table of a number from 1 to 10, the loop used is:
- a
for i in range(0, 10): - b
for i in range(1, 11): - c
for i in range(1, 10): - d
for i in range(0, 11):