Montreal Python Workshop/Data types: Difference between revisions

imported>Merwok
imported>Merwok
 
(One intermediate revision by the same user not shown)
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>
Line 328:
 
 
[[Montreal Python Workshop 7/Saturday lecture|&laquo; Back to the Saturday lecture page]]
Anonymous user