File tree 1 file changed +30
-9
lines changed
1 file changed +30
-9
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
{
20
20
"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
+ ]
25
36
},
26
37
{
27
38
"attachments" : {},
33
44
},
34
45
{
35
46
"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
+ ]
40
61
},
41
62
{
42
63
"attachments" : {},
418
439
"name" : " python" ,
419
440
"nbconvert_exporter" : " python" ,
420
441
"pygments_lexer" : " ipython3" ,
421
- "version" : " 3.10.11 "
442
+ "version" : " 3.12.1 "
422
443
}
423
444
},
424
445
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments