Python Reference
Python Reference
The table below shows some of the key terms you might need to know.
Keyword Meaning
Variable A named piece of data whose value can change
Assignment The process of giving a value to a variable
Syntax The rules of a language
Error When something goes wrong in a program
Condition A statement that we can check that is either true or false, used for making
decisions.
The table below shows you what some basic Python commands do.
The table below shows you some of the basic data types in Python.
If statements:
https://beginnersbook.com/2018/01/python-if-statement-example/
https://beginnersbook.com/2018/01/python-if-else-statement/
https://beginnersbook.com/2018/01/python-if-elif-else/