WeRCopyPasteDeveloper
Pages - Menu
Home
Python
Android
Advance Java
Management
My Playstore Application
Monday, January 28, 2019
What is language ?
A language is software which provide set of instruction in order to develop software or communicate with computer.
Language acts as mediator between user & computer.
Language is a programming tool.
Types of programming languages:
Low level Languages.
High level Languages.
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Operators and Operands
Operators and Operands Operators are special symbols that represent computations like addition and multiplication. The values the ope...
type() functions
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