147k views
1 vote
Need help Fast

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

User Frank Tian
by
4.0k points

1 Answer

4 votes

Answer: answer.capitalize()

Explanation: this is the correction

User Bfroehle
by
4.2k points