79501260

Date: 2025-03-11 15:27:33
Score: 1.5
Natty:
Report link
def remove_char(s):
    print(s[:-1]) #if you want to remove first letter use s[0:-1]
remove_char('Your_string_Here')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gautam