thuva4 / Algorithms

Collection of algorithms in multiple programming languages.
https://thuva4.github.io/Algorithms/
Apache License 2.0
486 stars 545 forks source link

Added PrimeCheck - Python #918

Closed AakashKotha closed 1 year ago

AakashKotha commented 1 year ago

This Python Script validates the Input Integer and returns whether it is a Prime or Not.