Press Space to find a prime number!Adjust the MaxFactor variable for testing bigger numbers. Note: Usually does not work with numbers that have a factor that is higher than the MaxFactor variable. (It says those are prime)
I made this after my first period and got inspired by primes. I simply made a finder. I used the mod() block to find if there were any remainders when it was divided.