#Title: Rain or Shine #Author: Ones ema, taliauli #Date: 14/11/25 #Version: 1 #Purpose: To check what the weather is doing from either Rain or Shine weather = input("What is the weather doing from either rain or shine? ") if weather == "rain": print ("You should wear a raincoat") else: print("You dont need a raincoat") print ("The program has ended.")