- Python is programming language.
- Python is general purpose,high level,portable & multi-paradigm programming language.
- Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
- Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.
Monday, January 28, 2019
What is Python
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