Terminology Flashcards
1
Q
Comment
A
A part of code that is ignored by python and is intended to help a human reader.
2
Q
Function
A
Named sequence of instructions that perform a collective process
3
Q
Identifier
A
Word consisting of letter,s numbers and _characters used to name functions and variables
4
Q
Variable
A
A container for data types
5
Q
String/numerical literal
A
Fixed character sequences or numbers used directly
6
Q
Expression
A
Arithmetic expression combining variables, numeric literals and arithmetic operators
7
Q
Syntax
A
Fundamental rules of a programming language