{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"generative_ai_disabled":true,"authorship_tag":"ABX9TyNqSteeJG+Q8EhHX4bC36BD"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":null,"metadata":{"id":"GTtOMK9mloT5"},"outputs":[],"source":["# Task 1 - Add comments to predict what the code below will do. Then run it\n","# to check your predictions.\n","\n","num1 = 5\n","num2 = 10\n","\n","result = num1 * num2\n","\n","print(result)\n"]},{"cell_type":"code","source":["# Task 2 - Write code that uses numbers stored in 2 variables and a calculation that will output the number 42"],"metadata":{"id":"1SHRV-Cgl2gR"},"execution_count":null,"outputs":[]}]}