#v5 food = input('What is your favourite food? ') if food == 'cheese': print('Cheese is the best creation that has come from humanity. The variety of cheeses gives each cheese a unique flavour which can be paired with chips or dip to make an argueably perfect dish. My favourite cheese is american cheese because it is perfect on burgers and it melts without splitting') eat = input('How many blocks of cheese could you eat in one sitting? ') if eat >= '500': print('Same honestly') else: print('I could probably eat more') else: print('you are wrong, cheese is the best') print('This program has ended')