简单类型 / 数字 / Integer

from random import randint

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

print(f"{rand = }")