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

imported>Jesstess
imported>Paulproteus
 
(3 intermediate revisions by one other user not shown)
Line 598:
 
<pre>
"a" in "hello" or "e" in "hello"
</pre>
 
Line 655:
 
If color had been "purple", that code wouldn't have printed anything.
 
<b>Remember! = is for assignment, == is for comparison.</b>
 
==Writing Functions==
Anonymous user