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

imported>Jesstess
imported>Jesstess
Line 506:
<code> if 6 > 5:</code>
 
part, and hitpress enterEnter. The next line will have
 
<code> ...</code>
Line 516:
<code> print "Six is greater than five!"</code>
 
HitPress enterEnter to end the line, and hitpress enterEnter again to tell Python you are done with this code block. All together, it will look like this:
 
<pre>
Anonymous user