Fubbernuck I pressed enter and it sent it.
Either way, there is a prebuilt random integer function inside the random library. It goes random.randint(lowest term, highest term) this includes the lowest and highest terms so random.randint(1,2) would return either 1 or 2
Fubbernuck I pressed enter and it sent it. Either way, there is a prebuilt random integer function inside the random library. It goes
random.randint(lowest term, highest term)
this includes the lowest and highest terms sorandom.randint(1,2)
would return either 1 or 2