num = 17 print("Table of 17") for i in range(1,11): mul = num*i print("17 x %d = %d" % (i, mul))
To embed this project on your website, copy the following code and paste it into your website's HTML: