program to print table of a number,say 5.
Answers
Answered by
4
num=5
for a in range (1,11):
print(num,x,a,=,num*a)
Similar questions