print "we are stripping".rstrip("g") print "we are not stripping".rstrip("n") print "we are stripping".rstrip("ing") print "we are not stripping".rstrip("we") print "stripping whitespace ".rstrip()