Skip to content

Commit

Permalink
Prep course
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrottap committed Feb 13, 2024
1 parent f90e521 commit 14ea78f
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions M03_variablesydatos/Prep_Course_Homework_03.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"21\n"
]
}
],
"source": [
"a=21\n",
"print(a)"
]
},
{
"attachments": {},
Expand Down Expand Up @@ -418,7 +429,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 14ea78f

Please sign in to comment.