Vibe coded or not?
import random random_integer = random.randint(0, 9) print(random_integer)
from random import randrange print(randrange(10))