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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 549: Line 549:
1 <= 0 or "a" not in "abc"
1 <= 0 or "a" not in "abc"
</pre>
</pre>

Guess what will happen when you enter these next two examples, and then type them out and see if you are correct:


<pre>
<pre>