This is a command-line Python program that determines if an integer provided by the user is a prime number. The script prompts for a number and then uses a for loop to count how many divisors that ...
This is a simple Python project that checks whether a given number is prime or not. It was created as one of my first GitHub repositories to practice Python basics and version control.