Question #7
Multiple Choice
What is the missing line of code?
>>> answer = "happy birthday"
>>> ______
"Happy birthday
O answer.upper()
O answer.capitalize()
O capitalize(answer)
O upper(answer)