cstrahan / python_practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

A collection of Python practice problems.

To run all tests:

$ pytest

To run tests within a given directory, give the path like so:

$ pytest coding_bat/warmup_1

To run the tests for a particular practice problem, give the path like so:

$ pytest coding_bat/warmup_1/sleep_in.py

About


Languages

Language:Python 100.0%