This repository contains five small Python exercises named rush-1-1 through rush-1-5.
Each folder includes a rush.py implementation and a main.py sample runner.
cd rush-1-1
python main.pyor
for dir in /workspaces/pyTechTest-cherrysms/rush-1-{1..5}; do echo "== $(basename "$dir") =="; (cd "$dir" && python main.py); done
Repeat with any other rush-* folder to try a different version.
== rush-1-1 ==
o---o
| |
o---o
== rush-1-2 ==
/***\
* *
\***/
== rush-1-3 ==
ABBBA
B B
CBBBC
== rush-1-4 ==
ABBBC
B B
ABBBC
== rush-1-5 ==
ABBBC
B B
CBBBA