0 Comments
Answer:
the output would be "hello dad"
Step-by-step explanation:
If the language is python, the lower() method converts the string to lower case. Of course, if you actually wanted to print something, you'd have to write
print(answer.lower())