Hi, ❤💛
#python code for multiplication tables
a = int(input("Enter the number: "))
for i in range (1,21):
c = a*i
print(a, "x",i, "=",c)
words to use instead of :- 1. broad - wide 2. complicated - complex 3. extra...
No comments:
Post a Comment