Wrapped In Python – Edition 2 – Prime Number Generator
Perhaps just a step up from writing your first “Hello World” script. I wrote [yet another] prime number generator. I’m sure this can be done in a variety of ways but I used what I currently know to figure out how to determine if a number is prime. Here’s the code: #!/usr/bin/env python print “2…