what is the correct way to display random integers in python code example
Example: how to make a random int in python
random.randint(0, 100)
##This would make the random number be from 0 to 100
random.randint(0, 100)
##This would make the random number be from 0 to 100