Quickies
[
categories
] [
index
] [
all (553)
] [
latest
]
Python
Get a random integer
from random import randint randint(0, 2)
0, 1 or 2