79107737

Date: 2024-10-20 18:15:37
Score: 2.5
Natty:
Report link

You just need to use strip() on the second part.

Like this = [x.split(' ')[1].strip() for x in open('StudentVoters.txt').readlines()]

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