#2.Check if a number is divisible by 7. ##num=int(input("enter the num:")) ##if num%7==0: ## print("num is divisible by 7") #3.Display a message if temperature ...