79428321

Date: 2025-02-10 21:19:36
Score: 1.5
Natty:
Report link

b = []

for i in range(10):

a = int(input("Enter a Number >> "))
b.append(a)

print(min(b))

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: soroush taghados