The swapcase() function converts all uppercase letters to lowercase and vice versa. …
The maketrans() function returns a transposition table that transposes each character in …
The format() function formats complex strings more efficiently. By placing one or …