Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 502 Bytes

Prime-Number-Exercise


I'm currently on a quest to solidify my Python foundation by going back to the roots and build simple python projects. This is more of self study but if it helps anyone to want to use it for their specific needs, please do not hesitate to copy and use it.


What it can do:

Using Python to build a basic prime number function to see if the number that is entered a prime number or not.

Python skilled used:

  • Functions and Inputs
  • Arguments and Parameters