Gulung dadu

import random

dice = random.randint(1, 6)
print("You rolled a", dice)
Frail Frog