Friday, November 19, 2021

python code for multiplication tables

 #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)

No comments:

Post a Comment

                                                                words to use instead of :- 1. broad - wide 2. complicated - complex 3. extra...