79081061

Date: 2024-10-12 13:12:39
Score: 1
Natty:
Report link

The {STRING}.split method takes a {CHARACTER} and not a {STRING} as argument. The documentation here

So, the split call should be like:

line.split(',')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Louis M