Numbers in V3

Course:
Python

Today we talk about the different types of numbers available in Python version 3. There are three types of numbers in Python V3: ints, floats and complex numbers. This is simpler than in Python V2 which had four types of numbers: ints, longs, floats and complex numbers. You can watch our video on numbers in V2. We show you how to create each type of number and how to determine the type of a number.

Today we talk about the different types of numbers available in Python version 3. There are three types of numbers in Python V3: ints, floats and complex numbers. This is simpler than in Python V2 which had four types of numbers: ints, longs, floats and complex numbers. You can watch our video on numbers in V2. We show you how to create each type of number and how to determine the type of a number.