Computer Science, asked by Anonymous, 4 months ago

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 Madankumar808103
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:

hii

Answered by salunkhe124
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