We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90e521 commit 14ea78fCopy full SHA for 14ea78f
M03_variablesydatos/Prep_Course_Homework_03.ipynb
@@ -18,10 +18,21 @@
18
},
19
{
20
"cell_type": "code",
21
- "execution_count": null,
22
- "metadata": {},
23
- "outputs": [],
24
- "source": []
+ "execution_count": 1,
+ "metadata": {},
+ "outputs": [
+ {
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
36
37
38
"attachments": {},
@@ -418,7 +429,7 @@
418
429
"name": "python",
419
430
"nbconvert_exporter": "python",
420
431
"pygments_lexer": "ipython3",
421
- "version": "3.10.11"
432
+ "version": "3.10.13"
422
433
}
423
434
424
435
"nbformat": 4,
0 commit comments