str.strip([chars]) Return a copy of the string with the leading and trailing characters removed. The chars argument
bytearray.replace(old, new[, count]) Return a copy of the sequence with all occurrences of subsequence old replaced
symmetric_difference_update(other) set ^= other Update the set, keeping only elements found in either set, but not
class frozenset([iterable]) Return a new set or frozenset object whose elements are taken from iterable. The elements
str.rjust(width[, fillchar]) Return the string right justified in a string of length width. Padding is done using the
container.__iter__() Return an iterator object. The object is required to support the iterator protocol described below. If
str.encode(encoding="utf-8", errors="strict") Return an encoded version of the string as a bytes object. Default encoding is
bytes.split(sep=None, maxsplit=-1) bytearray.split(sep=None, maxsplit=-1) Split the binary sequence into subsequences
shape A tuple of integers the length of ndim giving the shape of the memory as an N-dimensional array.
bytearray.expandtabs(tabsize=8) Return a copy of the sequence where all ASCII tab characters are replaced by one or more ASCII
Page 17 of 20