- General-purpose programming
- Automatic memory management
- It has large and comprehensive library
- Python is a strong high level language
- Python is interpreted
- Python is reflective
- It is a dynamical type
- It is an open source
- Automatic garbage collection
- It is a multi-paradigm
Monday, January 28, 2019
Subscribe to:
Post Comments (Atom)
-
Operators and Operands Operators are special symbols that represent computations like addition and multiplication. The values the ope...
-
type() functions It returns type of the given object. Syntax: type(object) Syntax: type(name, bases, dict) _name_ : Class name....
No comments:
Post a Comment