Source Code:
(back to article)
string = "Hello World" string = string[:-1] print(string)
Result:
Report an issue