{}
run-icon
main.py
import random def roll_dice(): print("🎲 Rolling... You got:", random.randint(1, 6)) roll_dice()
Output