Changes

Jump to navigation Jump to search
265 bytes added ,  08:54, 5 April 2015
Line 45: Line 45:  
or
 
or
 
not</nowiki>
 
not</nowiki>
 +
 +
=== Membership operators ===
 +
in<br />
 +
not in<br />
 +
 +
== Variables ==
 +
=== Numbers ===
 +
=== String ===
 +
Strings can be subset,
 +
<source lang="python">
 +
MyString = "Hello world"
 +
MyString[0:4]</source>
 +
Hel
 +
=== Lists ===
 +
=== Tuple ===
 +
=== Dictionary ===
 +
Key - Value pairs,

Navigation menu