Source Code:
(back to article)
string = "Hallo Welt" string = string.rstrip('t') print(string)
Result:
Report an issue