Antoh1 / bc-12-tdd

These are bc-12 code snippets with respective tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##What all About This is a simple command line program which takes in a number(provided) and outputs a list of prime numbers in the range of the provided number. For instance, prime_no(7) should output [2,3,5], the code is in app/prime.py

You can run the program in your terminal with command 'python app/prime.py'

##Tests The program has its test cases in 'test/test_prime.py'

About

These are bc-12 code snippets with respective tests


Languages

Language:Python 100.0%