num= int(input(" Enter a number : ")) print("Table of: ") for a in range(1,11): print(num,'x',a,'=',num*a)
To embed this project on your website, copy the following code and paste it into your website's HTML: