Boston Python Workshop 3/Friday/Tutorial: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 465: Line 465:


==Flow Control==
==Flow Control==

====if statements====


We can use these expressions that <i>evaluate</i> to booleans to make decisions and conditionally execute code:
We can use these expressions that <i>evaluate</i> to booleans to make decisions and conditionally execute code: