Home » Posts tagged 'Python data types'
Tag Archives: Python data types
Data Types in Python
In this tutorial, we are going to learn Data Types in Python. Python supports several built-in data types, which include: In addition to these built-in data types, Python also allows you to define your own custom data types using classes.