Computer Science, asked by teenashah1239, 1 year ago

How to invert case for all letters in a string in Python?

Answers

Answered by Anonymous
0

In Python, upper() is a built-in method used for string handling. The upper() methods returns the uppercased string from the given string. It converts all lowercase characters to uppercase.If no lowercase characters exist, it returns the original string.

Answered by Anonymous
0

Explanation:

heya mate

option A is the answer

Similar questions