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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 656: Line 656:
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! = is for assignment, == is for comparison.</b>


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