# Title: rain or shine raining = input('“What is the weather doing from either rain or shine? ') if raining == 'rain': print('You should wear a raincoat') print('Leave the house.')