Skip to content
My Python workspace
# Add your Python code here!
import numpy as np
dice = np.random.randint(1,7)
print(dice)
# Add your Python code here!
import numpy as np
dice = np.random.randint(1,7)
print(dice)