Read string, alternate upper/lower per character. Example: "hello" => "HeLlO"
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
hello
Output
HeLlO