Skip to content
# Add your Python code here!

import numpy as np

dice = np.random.randint(1,7)

print(dice)