print("inserire un numero")
n = int (input())
c=1
while c<11:
    multiplo=n*c
    print(multiplo)
    c=c+1

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: