One of the first coding exercises from the learning tree shown on start page.
The beginning of condition structures as well as named constants.
This exercise is also duplicated in the Blue Prism page showing that the logic understood in Python can be transferred to Blue Prism.
This excercise includes if-elif-else decision structure and introduces math operators.
More complex decision structures and the modulus operator are introduced in this exercise.
This exercise is also duplicated in the Blue Prism page showing that the logic understood in Python can be transferred to Blue Prism
More math operators and decision structures explored in this exercise.
Terminal part of VS Code shown to illustrate that the code is indeed working 😊
More operators introduced
Loops introduced.
Terminal part of VS Code showing output
Still some learning to do 😊
Left side, Copilot version of exercise:
Right side, my version, considerably longer – still working, though 😊