print("Se lanza un dado")
print("El resultado que dio el dado fue:")
import random 
a=random.randint(1,6)
print(a)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: