Write a program to show table of 5 using WHILE LOOP.( python)
please tell the answer fast and correct
Answers
Answered by
1
i=1
while(i<=10):
print(5,"X",i,"=",5*i)
i+=1
Similar questions
History,
1 month ago
Math,
1 month ago
Science,
2 months ago
Computer Science,
9 months ago
Biology,
9 months ago