The output of the program will be:
wonder woman
So the correct response is:
wonder woman
name = "Wonder Woman"
print(name.lower())
(1 point)
Responses
Wonder Woman
Wonder Woman
wonder woman
wonder woman
name.lower()
name.lower()
an error message
1 answer
The output of the program will be:
wonder woman
So the correct response is:
wonder woman