Random Functions

 
                                                                                                                   Friday, 26th January 2018
                                                             Random Functions:
 
What is it?
Random generation function, used from the built-in import libraries.

What does it do?
Import random, randomly selects a number when joined with random.randint(1,100)

Use it within Python







Comments