Pergunta de entrevista da empresa TechnoHacks EduTech

What is swapcase function in Python?

Resposta da entrevista

Sigiloso

28 de mai. 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.