File tree Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 119
119
},
120
120
{
121
121
"cell_type" : " code" ,
122
- "execution_count" : 7 ,
123
- "metadata" : {},
124
- "outputs" : [
125
- {
126
- "name" : " stdout" ,
127
- "output_type" : " stream" ,
128
- "text" : [
129
- " <class 'function'>\n " ,
130
- " <class 'int'>\n " ,
131
- " <class 'str'>\n "
132
- ]
133
- }
134
- ],
122
+ "execution_count" : null ,
123
+ "metadata" : {},
124
+ "outputs" : [],
135
125
"source" : [
136
126
" def hello_world():\n " ,
137
127
" print(\" hello world!\" )\n " ,
214
204
},
215
205
{
216
206
"cell_type" : " code" ,
217
- "execution_count" : 3 ,
207
+ "execution_count" : null ,
218
208
"metadata" : {},
219
209
"outputs" : [],
220
210
"source" : [
484
474
},
485
475
{
486
476
"cell_type" : " code" ,
487
- "execution_count" : 3 ,
488
- "metadata" : {},
489
- "outputs" : [
490
- {
491
- "name" : " stdout" ,
492
- "output_type" : " stream" ,
493
- "text" : [
494
- " I'm a computer scientist!!!111!!\n " ,
495
- " I'm Person, 25 years old. I'm a phd.\n " ,
496
- " I'm Person2, 30 years old. I'm a mechanic.\n " ,
497
- " I'm a doctor!!!111!!\n "
498
- ]
499
- }
500
- ],
477
+ "execution_count" : null ,
478
+ "metadata" : {},
479
+ "outputs" : [],
501
480
"source" : [
502
481
" class ComputerScientist(Person):\n " ,
503
482
" def __init__(self, name, age):\n " ,
You can’t perform that action at this time.
0 commit comments