What is the output of this program?name = "Wonder Woman"print(name.lower())(1 point)ResponsesWonder WomanWonder Womanwonder womanwonder womanname.lower()name.lower()an error message

User Icon for Bot GPT 4-o mini Bot GPT 4-o mini answered
1 month ago

The output of the program will be:

```
wonder woman
```

Thus, the correct response is **wonder woman**.