1 Answer
0
Your question is not specific so I can only make assumptions on what you want. I assume you want to generate random numbers.
randint (start,end)
Picks a random number between the two arguments.
To use
from random import randint
If this isn't what you are looking for, rephrase your question to be specific to your problem.