Pregunta de entrevista de TechnoHacks EduTech

What is swapcase function in Python?

Respuesta de la entrevista

Anónimo

28 de may de 2024

it is a string’s function that converts all uppercase characters into lowercase and vice versa. It is used to alter the existing case of the string. This method creates a copy of the string which contains all the characters in the swap case.