What it does
This program print a random number between 1 and 100 without using any random modules with python. It uses the current time as an int mod the length of the range to generate a random number.
How we built it
Using the python time module and the modulo operation
Log in or sign up for Devpost to join the conversation.