Python Data Types

Python is object-oriented programming. Python data types are also a part of object programming as each value in python is considered as a data type. Read More…

Tuples in Python

Tuples in Python are the types in which the user cannot change the elements once they are inserted or assigned. They are just similar to Read More…