Course Home
Announcements
Check Yourself
Python Errors in English
CodeSkulptor FAQ
Reflections

Online Lessons

Related Links

Online Development

Lessons

Reference

eBooks

Returning Results of Comparisons

It's important to the values returned from the code that your write, so here's some info on testing and returning bool values.

Testing, testing...

The best way to make sure that the Python interpreter understands your code is to give it a test. This video shows you how.

Were you caught speeding?

Watch the video and follow along in the trinket editor to complete the caught_speeding method.

Now complete the cigar_party method.

Review Material

Make sure you're clear on the difference between return and print!