https://github.com/andrewyavors/prime-number-checker-shitcode
Python script which checks if number is prime or not (shitcode joke)
https://github.com/andrewyavors/prime-number-checker-shitcode
math numbers prime python
Last synced: 2 months ago
JSON representation
Python script which checks if number is prime or not (shitcode joke)
- Host: GitHub
- URL: https://github.com/andrewyavors/prime-number-checker-shitcode
- Owner: andrewyavors
- Created: 2016-09-07T07:12:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T07:28:05.000Z (over 8 years ago)
- Last Synced: 2025-01-11T21:10:43.016Z (4 months ago)
- Topics: math, numbers, prime, python
- Language: Python
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Is number prime
Python script which checks if number is prime or not
It's my second python project (first was a [Hangman](https://github.com/SpycerLviv/HangmanGame-Python))##Using:
1. Run *prime_test.py* from a console
2. After launch write your number in the console
3. Enjoy!