79422945

Date: 2025-02-08 09:54:05
Score: 1
Natty:
Report link

This Python code prints the number of digits in this list if the list has 100 numbers with 1 digit.

import random
o[]
for b in range(100):
    o.append(random.randint(0,9))
print(o)
for d in range(10):
    print("The number of",d,"in",b,"is",o.count(d))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hard