79422508

Date: 2025-02-08 01:55:18
Score: 1.5
Natty:
Report link

use strip() to remove leading and trailing whitespace including \n, spaces and single quote '.

x = "int_32\n' "
new_x = x.strip("\n' ")
print(new_x)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: bohr11