File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 260
260
" \n " ,
261
261
" print(greeting)"
262
262
]
263
+ },
264
+ {
265
+ "cell_type" : " markdown" ,
266
+ "metadata" : {},
267
+ "source" : [
268
+ " For more detailed overview about conditionals, check this [tutorial from Real Python](https://realpython.com/python-conditional-statements/)."
269
+ ]
263
270
}
264
271
],
265
272
"metadata" : {
271
278
"language_info" : {
272
279
"codemirror_mode" : {
273
280
"name" : " ipython" ,
274
- "version" : 3.0
281
+ "version" : 3
275
282
},
276
283
"file_extension" : " .py" ,
277
284
"mimetype" : " text/x-python" ,
282
289
}
283
290
},
284
291
"nbformat" : 4 ,
285
- "nbformat_minor" : 0
286
- }
292
+ "nbformat_minor" : 1
293
+ }
Original file line number Diff line number Diff line change 11777
11777
}
11778
11778
11779
11779
$ ( document ) . ready ( function ( ) {
11780
- show = false ;
11780
+ show = false ;
11781
11781
$ ( 'div.output' ) . hide ( )
11782
11782
} ) ;
11783
11783
</ script >
@@ -12377,6 +12377,15 @@ <h2 id="if-elif-else"><code>if-elif-else</code><a class="anchor-link" href="#if-
12377
12377
</ div >
12378
12378
</ div >
12379
12379
12380
+ </ div >
12381
+ < div class ="cell border-box-sizing text_cell rendered "> < div class ="prompt input_prompt ">
12382
+ </ div >
12383
+ < div class ="inner_cell ">
12384
+ < div class ="text_cell_render border-box-sizing rendered_html ">
12385
+ < p > For more detailed overview about conditionals, check this < a href ="https://realpython.com/python-conditional-statements/ "> tutorial from Real Python</ a > .</ p >
12386
+
12387
+ </ div >
12388
+ </ div >
12380
12389
</ div >
12381
12390
</ div >
12382
12391
</ div >
You can’t perform that action at this time.
0 commit comments