Montreal Python Workshop/Data types: Difference between revisions

imported>Merwok
imported>Merwok
Line 43:
 
* Strings are bits of text, and contain characters like numbers, letters, whitespace, and punctuation.
* String are surrounded by quotes (a pair of ' or a pair of ").
* Use triple-quotes (""") to create whitespace-preserving multi-line strings.
 
<pre>
>>> "'Hello"'
'Hello'
</pre>
Anonymous user