Inspiration
Build it as part of daily challenge in Local Hack Day by MLH
What it does
Generates a integer random number between min and max
How we built it
Using python3 where with help of datetime, I used the current microsecond value to create random number.
Challenges we ran into
How to generate random value
Accomplishments that we're proud of
Run as expected
What we learned
datetime.datetime.now().microsecond
Built With
- datetime
- python
Log in or sign up for Devpost to join the conversation.