79584088

Date: 2025-04-21 05:58:29
Score: 1
Natty:
Report link
mylist = ['clean the keyboard', 'meet tom', 'throw the trash']

for index, item in enumerate(mylist):
    row = f"{index + 1}. {item.title()}"  # Apply title to the item here
    print(row)
    print(len(row))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: khann Shariq