{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Assignment1.ipynb",
"provenance": [],
"authorship_tag": "ABX9TyNqwCO+x7RCWrsCpbmbYEzZ",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "-3vaJXum5FzI"
},
"source": [
"# Exercises\n",
"\n",
"Welcome to your first set of Python coding problems! \n",
"\n",
"To get started, try running the code cell below (by pressing the ► button, or clicking on the cell and pressing ctrl+enter on your keyboard)."
]
},
{
"cell_type": "code",
"metadata": {
"id": "qCWA43X15C5i"
},
"source": [
"print(\"You've successfully run some Python code\")\n",
"print(\"Congratulations!\")"
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {
"id": "z-fDdO2b5o4m"
},
"source": [
"Try adding another line of code in the cell above and re-running it. \n",
"\n",
"Now let's get a little fancier: Add a new code cell by clicking on an existing code cell, hitting the escape key, and then hitting the `a` or `b` key. The `a` key will add a cell above the current cell, and `b` adds a cell below.\n",
"\n",
"Great! Now you know how to use Notebooks.\n",
"\n",
"Each hands-on exercise starts by setting up our feedback and code checking mechanism. Run the code cell below to do that. Then you'll be ready to move on to question 0."
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "kVa5ebit6EJJ"
},
"source": [
"