Simple types / Numbers / Integer

from random import randint

rand = randint(02)
# rand is 0, 1 or 2

print(f"{rand = }")