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
This community will be migrating to a dedicated subforem in the near future. We are excited to announce a new take on the CodeNewbie Community soon! Email support@forem.com if you have any questions.
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