0 Comments
import random
for x in range(100):
print(random.randint(1,6))
I wrote my code in python 3.8. I hope this helps.
9.4m questions
12.2m answers