num = 17
print("Table of 17")
for i in range(1,11):
  mul = num*i
  print("17 x %d = %d" % (i, mul))

Embed on website

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