Modules and libraries

--Originally published at Luis Santana's Blog

It may happen that you are writing a very extense code and in order to make it easier for you to work and also for others to understand your code then you should use modules and libraries.  You can import random, which is the one I used in my example, to give you a random value of your values you choose at the beggining.

Here you can see an example

modules