Python – Getting a Simple Random Number

Python does not have a random() function to make a random number, but does have a built-in module called random that can be used to make random numbers.