The string swapcase() method converts all uppercase characters to lowercase and vice versa of the given string and return it. Syntax: string_name.swapcase() Here string_name is the string whose case are to be swapped. Parameter:The swapcase() method does not take ...Read more
Home/dulah