You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ii = int(round(quantumrandom.randint(1, upperLimit)))
would be nice to return list or array of ints, something like this:
ii = int(round(quantumrandom.randint(1, upperLimit, 10)))
Saves, calling with request and url libs over and over again ...