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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 635: Line 635:
If color had been "purple", that code wouldn't have printed anything.
If color had been "purple", that code wouldn't have printed anything.


<b>Remember! = is for assignment, == is for comparison.</b>
<b>Remember that '=' is for assignment and '==' is for comparison.</b>


==Writing Functions==
==Writing Functions==