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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 211: Line 211:
===String Concatenation===
===String Concatenation===


You can smoosh strings together (called "concatenation") using the '+' sign.
You can smoosh strings together (called "concatenation") using the '+' sign:


<pre>
<pre>