79160616

Date: 2024-11-05 20:47:52
Score: 1.5
Natty:
Report link

You can check this out, it looks simple. You have to include the number as well.

num = int(input("Enter a number: "))

for i in range(1, num + 1):
    if num % i == 0:
        print(i, end=" ")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Prince Mensah