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