Saturday, April 19, 2014

Python Script

I made this script because I needed 40 integers that don't repeat, multiple times. So instead of typing them and having to manually check each time. I created a python script. Check it out below:



To run, save as rand.py somewhere then run from terminal:

python rand.py

No comments:

Post a Comment