Skip to content

Latest commit

 

History

History

0x03-log_parsing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Log Parsing

This project contains interview coding challenges.

touch 0-stats.py
chmod +x 0-stats.py
chmod +x 0-generator.py

# Lint.
pycodestyle 0-stats.py

# tests.
./0-generator.py | ./0-stats.py 
``