- Python List, List Comprehession.
# Create project directory.
mkdir ./alx-interview
cd ./alx-interview
# Create new repo.
git init
# Install python linter.
pip install pycodestyle==2.8.0
pip install pep8==1.7.0
Pascal triangle interview question.
# Create project directory.
mkdir ./0x00-pascal_triangle
touch ./0x00-pascal_triangle/README.md
cd ./0x00-pascal_triangle
Lockboxes interview question.
# Create project directory.
mkdir ./0x01-lockboxes
touch ./0x01-lockboxes/README.md
cd ./0x01-lockboxes
Log Parsing interview question.
# Create project directory.
mkdir ./0x03-log_parsing
touch ./0x03-log_parsing/README.md
cd ./0x03-log_parsing
Island Perimeter interview question.
# Create project directory.
mkdir ./0x09-island_perimeter
touch ./0x09-island_perimeter/README.md
cd ./0x09-island_perimeter
Prime game interview question.
# Create project directory.
mkdir ./0x0A-primegame
touch ./0x0A-primegame/README.md
cd ./0x09-island_perimeter
This project was done by SE. Christopher Chilengwe. Feel free to get intouch with me;
📱 WhatsApp +260769755177
📧 Email chilengwechristopher@gmail.com
👍 A lot of thanks to ALX-Africa Software Engineering program for the project requirements.