s.capitalize() s.upper() s.lower() s.swapcase() s.title() s.center(20,"#") s.expandtabs() len(s) s.startwith("a",0,5) s.endwith("a",0,5) s.strip(" ")s.capitalize() s.upper() s.lower() s.swapcase
s.capitalize() s.upper() s.lower() s.swapcase() s.title() s.center(20,"#") s.expandtabs() len(s) s.startwith("a",0,5) s.endwith("a",0,5) s.strip(" ")s.capitalize() s.upper() s.lower() s.swapcase