Remove last character from string Python

PHOTO EMBED

Thu May 12 2022 16:21:23 GMT+0000 (Coordinated Universal Time)

Saved by @TWOGUNSKID #makefile #replace_char

your_string = "A string"

print(your_string[:-1])
content_copyCOPY

https://careerkarma.com/blog/python-remove-character-from-string/