a=input("enter the number whose table you want to see") for i in range(0,11): print( %s,'x',i,'=' , %s *i,(a))

0

a=input("enter the number whose table you want to see") for i in range(0,11): print( %s,'x',i,'=' , %s *i,(a))

By Beginner Kerry Trantow at May 02 2020


Related code examples


Code examples by languages