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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 499: Line 499:
</pre>
</pre>


You can check for containment with the <code>in</code> keyword:
You can check for containment with the <code>in</code> keyword, which also results in a boolean:


<pre>
<pre>