Programa de arremesso de dados em Python
import random
dice = random.randint(1,6)# you can put any numbers here
print(dice)
Average Angelfish
import random
dice = random.randint(1,6)# you can put any numbers here
print(dice)