File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed
individual_modules/introduction_to_python Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change 218
218
},
219
219
{
220
220
"cell_type" : " code" ,
221
- "execution_count" : 1 ,
222
- "id" : " 887b2841-3115-4819-b734-7cc094034ab3" ,
223
- "metadata" : {},
221
+ "execution_count" : null ,
222
+ "id" : " 5059803d-6218-4b8b-a701-2356cb164761" ,
223
+ "metadata" : {
224
+ "editable" : true ,
225
+ "slideshow" : {
226
+ "slide_type" : " "
227
+ },
228
+ "tags" : [
229
+ " remove-output"
230
+ ]
231
+ },
224
232
"outputs" : [],
225
233
"source" : [
226
- " if False:\n " ,
227
- " if 4 > 5:\n " ,
228
- " print('A')\n " ,
229
- " elif 4 == 5:\n " ,
230
- " print('B')\n " ,
231
- " elif 4 < 5:\n " ,
232
- " print('C')"
234
+ " if 4 > 5:\n " ,
235
+ " print('A')\n " ,
236
+ " elif 4 == 5:\n " ,
237
+ " print('B')\n " ,
238
+ " elif 4 < 5:\n " ,
239
+ " print('C')"
233
240
]
234
241
},
235
242
{
You can’t perform that action at this time.
0 commit comments