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

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


<pre>
<pre>
my_string = "Alpha " + "Beta " + Gamma " + "Delta"
my_string = "Alpha " + "Beta " + "Gamma " + "Delta"
print my_string
print my_string
</pre>
</pre>