Skip to content

Commit 911ce23

Browse files
committed
Finished
1 parent de9f7e7 commit 911ce23

File tree

1 file changed

+30
-9
lines changed

1 file changed

+30
-9
lines changed

M03_variablesydatos/Prep_Course_Homework_03.ipynb

Lines changed: 30 additions & 9 deletions
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+
"14\n"
29+
]
30+
}
31+
],
32+
"source": [
33+
"y = 14\n",
34+
"print(y)"
35+
]
2536
},
2637
{
2738
"attachments": {},
@@ -33,10 +44,20 @@
3344
},
3445
{
3546
"cell_type": "code",
36-
"execution_count": null,
37-
"metadata": {},
38-
"outputs": [],
39-
"source": []
47+
"execution_count": 2,
48+
"metadata": {},
49+
"outputs": [
50+
{
51+
"name": "stdout",
52+
"output_type": "stream",
53+
"text": [
54+
"<class 'float'>\n"
55+
]
56+
}
57+
],
58+
"source": [
59+
"print(type(8.5))\n"
60+
]
4061
},
4162
{
4263
"attachments": {},
@@ -418,7 +439,7 @@
418439
"name": "python",
419440
"nbconvert_exporter": "python",
420441
"pygments_lexer": "ipython3",
421-
"version": "3.10.11"
442+
"version": "3.12.1"
422443
}
423444
},
424445
"nbformat": 4,

0 commit comments

Comments
 (0)