Skip to content

Commit 14ea78f

Browse files
committed
Prep course
Fixes soyHenry#40
1 parent f90e521 commit 14ea78f

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

Diff for: M03_variablesydatos/Prep_Course_Homework_03.ipynb

+16-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,21 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": null,
22-
"metadata": {},
23-
"outputs": [],
24-
"source": []
21+
"execution_count": 1,
22+
"metadata": {},
23+
"outputs": [
24+
{
25+
"name": "stdout",
26+
"output_type": "stream",
27+
"text": [
28+
"21\n"
29+
]
30+
}
31+
],
32+
"source": [
33+
"a=21\n",
34+
"print(a)"
35+
]
2536
},
2637
{
2738
"attachments": {},
@@ -418,7 +429,7 @@
418429
"name": "python",
419430
"nbconvert_exporter": "python",
420431
"pygments_lexer": "ipython3",
421-
"version": "3.10.11"
432+
"version": "3.10.13"
422433
}
423434
},
424435
"nbformat": 4,

0 commit comments

Comments
 (0)