Answer
s.lower()=georgia
s.upper()=GEORGIA
Work Step by Step
s="\t Georgia \n"
-The lower function modifies all characters of a word into small letters
s.lower()=georgia
-The upper function modifies all characters of a word into capital letters
s.upper()=GEORGIA