79347731

Date: 2025-01-11 08:28:39
Score: 1.5
Natty:
Report link
text = "This is string, remove text after second comma, to be removed."
print(",".join(text.split(",")[:2]))

# result: This is string, remove text after second comma
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Сергей C