Inspiration
What it does
How we built it
Challenges we ran into
Accomplishments that we're proud of
What we learned
What's next for Random Number Generator
randomnumber-generator
To create random number generator in Python two things are important
one is random module can be imported by code line "import random"
second is function to run random module is 'randint()' within bracket range is added like(0,100),(8,19) and etc.....
open next file to see program and output of it.
Log in or sign up for Devpost to join the conversation.