Skip to main content
Search
Search This Blog
GCSE Computer Science
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
January 26, 2018
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
Comments
Post a Comment