The output of the program will be:
HELP
So the correct response is:
HELP
word = "help"
print(word.upper())
(1 point)
Responses
help
help
HELP
HELP
help.upper()
help.upper()
an error message
1 answer
The output of the program will be:
HELP
So the correct response is:
HELP