Ch7. Strings: Dr. Tulika Assistant Professor Department of Computer Science Miranda House
Ch7. Strings: Dr. Tulika Assistant Professor Department of Computer Science Miranda House
Tulika
Note: Characters such as ‘’, \f,\r, and \n are called white space characters.
str rstrip() : Returns a string with the trailing white space characters removed.
x = txt.rstrip()