#include <bits/stdc++.h> using namespace std; int main(){ char A; cin>>A; A=A+32; cout<<A; return 0; }