79362012

Date: 2025-01-16 14:49:24
Score: 1
Natty:
Report link

You can achieve this using the splitlines() method in python

data = """1000
2000
3000
4000"""

number_list = data.splitlines()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: David Aniebo