79357565

Date: 2025-01-15 09:00:53
Score: 2
Natty:
Report link

r=[]

import random

for q in range(100):

r.append(random.randint(1,10))

print(r)

for p in range(10):

print("The number of",str(p)+"'s","in the list is",r.count(p))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Pin Beach