1. Alphabet Symbols(Either Upper case or Lower case).Eg: total100 2. If identifier starts with underscore ‘_’ then it is indicated as private.Eg: _sum 3. If it starts with ‘__'(two underscores [ … ]
Category: Python
Difference between C and Python
c Python 1. C is a procedure oriented programming language 1. Python is an object oriented programming language with some features such as classes, objects, polymorphism, inheritance etc. 2. Execution [ … ]
Flavors of Python
Types of Python compilers are referred as flavors of Python. They help to integrate various types of programming languages in Python some of them are: 1. CPython: It is a [ … ]
Features of Python
1. Simple and easy to learn : Python is a simple programming language. When we read Python program, we can feel like reading English statements. Syntax’s are very simple and [ … ]