x=int(input("enter number : "))

if(x % 7 == 0):
    print(" multiple of 7")
else:
    print("not a multiple of 7")

Embed on website

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