Which "for" statement will you use to print the multiplication table of 17?
a for i in range(1, 10, 17)
b for i in range(10, 1, 17)
c for i in range(17, 171, 17)
d None of these
Answers
Answered by
3
Answer:
Which "for" statement will you use to print the multiplication table of 17?
a for i in range(1, 10, 17)
b for i in range(10, 1, 17)
c for i in range(17, 171, 17)
d None of these
Explanation:
Answered by
3
Answer:
Which "for" statement will you use to print the multiplication table of 17?
a for i in range(1, 10, 17)
b for i in range(10, 1, 17)
c for i in range(17, 171, 17)
d None of these
Explanation:
Explanation:
please follow and mark as brainlist
Similar questions