Skip to content

TeencodeAfrica/prime_numbers-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Prime Numbers

A prime number is only evenly divisible by itself and 1.

Note that 1 is not a prime number. create a function that generates prime numbers.

How to Run this Lab

Fork this Repository, then Clone forked repository Open the file named primeNumbers.py and start coding

Notes

Prior understanding of python classes, returning, and conditional statements will be required to complete this exercise.

Remember that passing code is just the first step. The goal is to work towards a solution that is as readable and expressive as you can make it.

Please make your solution as general as possible. Good code doesn't just pass the test suite, it works with any input that fits the specification.

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%