i=int(input("enter a number"))
try : z=(i%10==0) print(z) print("this is a multiple of 10") except : print("this is not a multiple of 10"