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 260260 " \n " ,
261261 " print(greeting)"
262262 ]
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+ ]
263270 }
264271 ],
265272 "metadata" : {
271278 "language_info" : {
272279 "codemirror_mode" : {
273280 "name" : " ipython" ,
274- "version" : 3.0
281+ "version" : 3
275282 },
276283 "file_extension" : " .py" ,
277284 "mimetype" : " text/x-python" ,
282289 }
283290 },
284291 "nbformat" : 4 ,
285- "nbformat_minor" : 0
286- }
292+ "nbformat_minor" : 1
293+ }
Original file line number Diff line number Diff line change 1177711777 }
1177811778
1177911779 $ ( document ) . ready ( function ( ) {
11780- show = false ;
11780+ show = false ;
1178111781 $ ( 'div.output' ) . hide ( )
1178211782 } ) ;
1178311783</ script >
@@ -12377,6 +12377,15 @@ <h2 id="if-elif-else"><code>if-elif-else</code><a class="anchor-link" href="#if-
1237712377</ div >
1237812378</ div >
1237912379
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 >
1238012389</ div >
1238112390 </ div >
1238212391 </ div >
You can’t perform that action at this time.
0 commit comments