Asked by hudson

What is the output of this program?

name = "Wonder Woman"

print(name.lower())

(1 point)
Responses

Wonder Woman

Wonder Woman

wonder woman

wonder woman

name.lower()

name.lower()

an error message

Answers

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

```
wonder woman
```

So the correct response is:

**wonder woman**

Related Questions