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