29.8k views
3 votes
What is the output? answer = "Hi mom print(answer.lower()) I​

User Chris Nava
by
4.7k points

1 Answer

2 votes
As you have included a syntax error inside your question, I will make assumptions on the code. I will assume your code is {
answer = “Hi mom”
print(answer.lower())
}

In this case the output would be “hi mom”. Please make sure to double check your questions before posting.
User Shaena
by
4.8k points