My Python workspace
  • AI Chat
  • Code
  • Report
  • Beta
    Spinner
    # Add your Python code here!
    
    import numpy as np
    
    dice = np.random.randint(1,7)
    
    print(dice)