2 Ritesh wants to create a program in Python that will display the table of a number upto a given value. Ritesh friend
has suggested him that he should use the range function in his program. Ritesh is not sure which loop he should
use with range function. Suggest an appropriate loop that can be used with range function.
Answers
Answered by
2
Answer:
I can't
Explanation:
I Can't Bro........
Answered by
4
Answer:
For loop
Explanation:
The for loop is used when we are sure about how many times a loop body will be executed. it is also known have definite loop. In PythontThe working of for loop is based on various operators and function.
Operator-membership operator and function-Range () function.
Similar questions