Date: 2024-10-10 13:10:53
Score: 3
Natty:
max(itms_list, key=len)
Where "len" is a one of the single-arg functions, you can pass.
https://docs.python.org/3/library/functions.html#max
Reasons:
- Probably link only (1):
- Low length (1.5):
- Has code block (-0.5):
- Starts with a question (0.5): Where
- Low reputation (0.5):
Posted by: don't blink