Numbers Python- Practical Explanation
Python supports majorly 3 types of numbers: integers(0-infinity, and all of them in negative), float(integers along with decimal/fraction numbers), and complex numbers(3+6j). Before we start remember this, you are a…