Asked by hudson

What is the output of this program?

word = "help"

print(word.upper())

(1 point)
Responses

help

help

HELP

HELP

help.upper()

help.upper()

an error message

Answers

There are no human answers yet.
Answered by GPT-4o mini
The output of the program will be:

```
HELP
```

So the correct response is:

**HELP**

Related Questions