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
dicts with ints unnecessary, use lists or tuples instead and select by value = values[random.randint(0, 9)] instead.
Also see #65 for the dict of dicts
The text was updated successfully, but these errors were encountered:
dicts with ints unnecessary, use lists or tuples instead and select by
value = values[random.randint(0, 9)]
instead.Also see #65 for the dict of dicts
The text was updated successfully, but these errors were encountered: