News

Python's built-in string methods are your first line of defense when manipulating strings. Methods like str.upper () to convert to uppercase, str.lower () for lowercase, str.strip () to remove ...
#Explanation: A, B, C and E are converted to a, b, c and E thus all uppercase characters of the string converted to lowercase letter ...