Variables should be decalred first (python doesn not require this as it uses a tagging system, however in Pseudocode it is good practice to declare variables first)
PYTHON - DECLARE VARIABLES, BEFORE THEY ARE INITIALISED USING COMMENTS (GOOD PRACTICE)
CONSTANT <IDENTIFIER> = <VALUE>
Once the variables are all DECLARED, then they can be initialised with a certain value
<IDENTIFIER> ← <VALUE>
python arithmetic symbols below. Normal mathematical rules of precedence exist
OUTPUT <string>
or
OUTPUT <identifier>
---
INPUT "some user prompt: "