Computer Science, asked by aliabhatt30, 3 months ago

Which ‘for’ statement will use to print the multiplication table of 19?

a. for i in range(19,191,91)

b. for i in range(19,191,19)

c. for i in range(91,191,91)​

Answers

Answered by jattansh555
1

Answer:

a is the correct answer (19,191,91)

Answered by Anonymous
1

Answer:

a is correct answer (19, 191, 91)

Explanation:

..

Similar questions