Data Types in Python
In this tutorial, I am going to discuss about different Data Types provided in Python and how to use them. Data Types in Python As we know python is an object oriented language that’s why all the data types in python are basically objects. In other words, data in python takes the form of objects …