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

User Chris Nava
by
7.8k 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
7.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.