{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"generative_ai_disabled":true,"authorship_tag":"ABX9TyPQ4Unaqr0xwF8ZoquF7/2j"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":null,"metadata":{"id":"BwlXTyyT9pih"},"outputs":[],"source":["#Assign your name and your favourite food to 2 separate variables with suitable names.\n"]},{"cell_type":"code","source":["############# SIMPLE ###################\n","# Output the contents of the variables on 2 separate lines\n"],"metadata":{"id":"NEweSpKL92hH"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["############# MEDIUM ####################\n","# Output two sentences (not just the contents of the variables) -- the first with your name, the second with your favourite food.\n"],"metadata":{"id":"GEoRF8Xr9-2W"},"execution_count":null,"outputs":[]},{"cell_type":"code","source":["############# COMPLEX ###################\n","# Output both pieces of information as part of the same sentence.\n","# Make sure that you have spaces and punctuation in the correct places.\n"],"metadata":{"id":"tOuQFNPc-Bm3"},"execution_count":null,"outputs":[]}]}