Programme de lancer de dés dans 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)