Welcome to chapter 6 of our python course. Previously, we introduced integers and saw how they may be combined with strings and stored in variables. Today, we'll take a closer look at the python number types and how they're stored in variables to see what actions are possible.
What you'll learn in this tutorial is how to:
Add, subtract, multiply, and divide numbers.
Work with modular.
Use exponents.
Use expressions.
Use a predetermined number of decimal places to round numbers
Use strings to format and show numeric data.
With this in mind, let`s start.
How are integers create ...