Brief overview of python

Description

Flashcards on Brief overview of python, created by Aparna Dhirde on 03/08/2020.
Aparna Dhirde
Flashcards by Aparna Dhirde, updated more than 1 year ago
Aparna Dhirde
Created by Aparna Dhirde over 5 years ago
77
0
1 2 3 4 5 (0)

Resource summary

Question Answer
PYTHON Python is an open-source, high level, interpreter based language that can be used for a multitude of scientific and non-scientific computing purposes.
Comment Comments are non-executable statements in a program.
Identifier An identifier is a user defined name given to a variable or a constant in a program.
Debugging Process of identifying and removing errors from a computer program is called debugging.
Data types in Python Integer, boolean, float, complex, string, list, tuple, sets, None and dictionary.
Operators Are constructs that manipulate the value of operands. Operators may be unary or binary.
Expression An expression is a combination of values, variables, and operators.
Script Script is a sequence of definitions and commands.
Show full summary Hide full summary

0 comments

There are no comments, be the first and leave one below:

Similar