Source Code:
(back to article)
string = "Hello World" string = string.rstrip('d') print(string)
Result:
Report an issue