#Title: Rain or shine #Author: Judas Palmer #Date: 05/06/26 #Version: 1 #Purpose: Seeing if its tanning or sunny. 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 rain coat") print("The program has ended" )