#Title: Rain or Shine #Author: Bryan Li'Wagener #Date: 14/11/2025 #Version: 1 #Purpose: To check the what the weather is doing. weather= input("What is the weather doing from either rain or shine? ") if weather == "rain": print ("You should wear a raincoat") else : print("You don't need a raincoat") print ("The program has ended.")