#include<bits/stdc++.h> using namespace std; int main() { char c; cin>>c; char dd=c+32; printf("%c",dd); return 0; }