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

Content added Content deleted
imported>Jesstess
imported>Jesstess
No edit summary
Line 686: Line 686:


Functions don't have to return anything, if you don't want them to. They usually return something because we usually want to be able to assign variables to their output.
Functions don't have to return anything, if you don't want them to. They usually return something because we usually want to be able to assign variables to their output.

==Part 2 Practice==

[[File:Detective.png|100px]]

Learning about functions opens up a whole new way for us to practice, using the programming site [http://codingbat.com codingbat.com]. The big goal of this practice section is to get you thinking about how to solve problems in Python, as opposed to following along with the tutorial.


==End of Part 2==
==End of Part 2==