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
+
, ...