So far, found this module to be written to an exceptionally high standard, due to changing degree path I missed out doing this module, but am relishing this opportunity to try my utmost in this presentation !
Fascinating learning about the special terms used to create English work algorithms:
| English | Python |
|---|---|
| let | = |
| if | if |
| otherwise | else |
| otherwise if | elif |
| stop | return |
| print expression | print( ) |