Import random
random.seed(int(input))
Dice1= random.randint(1,6)
Dice2= random.randint(1,6)
print(Dice1)
print(Dice2)
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
MouhabDouzi -
Farha kousar -
Levi Ezra -
carDriver035 -
Top comments (2)
I have read your post very carefully and I just want to say that the information that's not my neighbor you shared is really great and I have learned a lot from it.
Simple yet effective code to simulate two random dice! level devil