alx interview
1.0.0
# 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.0Pertanyaan Wawancara Segitiga Pascal.
# Create project directory.
mkdir ./0x00-pascal_triangle
touch ./0x00-pascal_triangle/README.md
cd ./0x00-pascal_trianglePertanyaan wawancara Lockboxes.
# Create project directory.
mkdir ./0x01-lockboxes
touch ./0x01-lockboxes/README.md
cd ./0x01-lockboxes