The lower() method converts all uppercase letters in the string to lowercase. The special characters and numbers are not affected by this method.
So, the string 'Hello@Peter!!' is converted to 'hello@peter!!'.
Therefore, the output is:
hello@peter!!
Hence, the correct answer is C. hello@peter!!
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hovnival
1 month, 1 week agochristostz03
5 months, 2 weeks ago