def main(): moziretsu = str(input()) ans = moziretsu.swapcase() print(ans) if __name__ == '__main__': main()