Project: Pythonic Attempt 2

Review of chapter

In this chapter, we have covered the following:

  • Using intstr, and float data types and how to transform one type of data to another.

  • Computing simple mathematical expressions in Python, using +-*, and /.

  • Using def to define our own custom, user-defined functions to better organize our code.

With these new skills at our disposal, let’s try to determine how many requirements of the final product we can meet.

Cheat sheet

This cheat sheet will help us have a quick look at the useful commands while we write the code for the final product.

Get hands-on with 1200+ tech skills courses.