Project: Pythonic Attempt 2
Another attempt at producing the final application.
Review of chapter
In this chapter, we have covered the following:
Using
int
,str
, andfloat
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 1400+ tech skills courses.