79105807

Date: 2024-10-19 19:59:19
Score: 2.5
Natty:
Report link

imes = int(input("Enter the no of values you want to read: ")) values = [] for _ in range(times): value = int(input()) values.append(value)

print(values)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Emmanuel Aniaba