Numbers in Python Version 3 || Python Tutorial || Learn Python Programming

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 here:
Back to Top