Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
arielchuri committed Jan 31, 2024
1 parent 5edfa5d commit 7054f2d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions jupyter/code101.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,24 @@
"source": [
"mary = 3\n",
"john = mary + fred\n",
"print(john)"
"print(john)\n",
"print(mary * john)"
],
"metadata": {
"id": "BW-tT3C4Uckc",
"outputId": "c2b16a07-1473-4a9d-c567-3b55340d8f93",
"outputId": "c55d7997-f73c-45c2-f3db-6b48ef3dec98",
"colab": {
"base_uri": "https://localhost:8080/"
}
},
"execution_count": null,
"execution_count": 19,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"5\n"
"5\n",
"15\n"
]
}
]
Expand Down

0 comments on commit 7054f2d

Please sign in to comment.