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

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


===String Concatenation===
===String Concatenation===

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


<pre>
<pre>