avaget avaget 06-11-2020 Computers and Technology contestada 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)