In the previous chapter, I gave you a brief introduction to using numbers in Python, creating, and storing them and the different types of numbers you can play around with.
Let us look at how to play with those numbers in this chapter by looking at how to use your numbers to do calculations and how to have real fun with Python’s pre-defined number methods.
Get your numbers out to play
We’ve looked at creating numbers and storing them and the different types of numbers in Python. But we haven’t ...