tsoding / porth

It's like Forth but in Python
629 stars 50 forks source link

Added Example: Check if input is a prime number #107

Open whiteand opened 2 years ago

whiteand commented 2 years ago

This example: writes "Enter your number" reads this number from stdin Checks if it's a prime number Outputs result of the check