#include<iostream> using namespace std; int main(){ char q1; cin>>q1; q1=q1+32; cout<<q1; return 0; }