#title: fence calculator #Author: Hugo Hicks #Date: 26 may 2025 #Version: V1 #Purpose: calculate the cost of putting a fence around a paddock 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')