Data Types in Python

In programming, the data type is the classification of data items. In Python, it tells the interpreter how the programmer intended to use data. Different types of operations are possible with different data types. In Python programming data types are actually classes and variables are the objects or instances of these classes. If you don’t … Read more

Comments In Python

The comments in a programming language are used to explain something in the source code. For example, it can be used to explain what a line of code or block of code is doing. It enhances the readability of code that means if a source code is given to someone else for modification, he can … Read more

Exit mobile version