True
if the string "ox" is contained
in the string pointed to by the string variable team.
"ox" in team
True
if the string "ox" is
NOT contained
in the string pointed to by the string variable team.
"ox" not in team
lower()
upper()
rstrip()
strip()
do?
returns a new string with whitespace characters at the beginning and end of the string removed
split(',')