{"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"provenance":[],"authorship_tag":"ABX9TyPjVKxqe+zimNpfyV5Goecd"},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"}},"cells":[{"cell_type":"code","execution_count":null,"metadata":{"id":"XgZIuP1Am1-S"},"outputs":[],"source":["# Task 1 - Add comments to predict what the code will do. Run the code to see if you were correct.\n","\n","num1 = input(\"Enter a number\")\n","num2 = 10\n","\n","result = num1 * num2\n","\n","print(result)"]},{"cell_type":"code","source":["# Task 2 - edit the code to convert the input to an integer."],"metadata":{"id":"heqIYGt2nD5s"},"execution_count":null,"outputs":[]}]}