#abc292a. [abc292_a]CAPS LOCK
[abc292_a]CAPS LOCK
Problem Statement
You are given a string consisting of lowercase English letters.
Uppercase each character of and print the resulting string .
Constraints
- is a string consisting of lowercase English letters whose length is between and , inclusive.
Input
The input is given from Standard Input in the following format:
Output
Print .
Sample Input 1
abc
Sample Output 1
ABC
Uppercase each character of abc
, and you have ABC
.
Sample Input 2
a
Sample Output 2
A
Sample Input 3
abcdefghjiklnmoqprstvuwxyz
Sample Output 3
ABCDEFGHJIKLNMOQPRSTVUWXYZ