rng.randint in python code example Example: python random number from random import randint print(randint(1,3)) #Possible Outputs# #1 #2 #3