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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 506: Line 506:
<code> if 6 > 5:</code>
<code> if 6 > 5:</code>


part, and hit enter. The next line will have
part, and press Enter. The next line will have


<code> ...</code>
<code> ...</code>
Line 516: Line 516:
<code> print "Six is greater than five!"</code>
<code> print "Six is greater than five!"</code>


Hit enter to end the line, and hit enter again to tell Python you are done with this code block. All together, it will look like this:
Press Enter to end the line, and press Enter again to tell Python you are done with this code block. All together, it will look like this:


<pre>
<pre>