#include<bits/stdc++.h> using namespace std; int main(){ char a; cin>>a if(a>=65&&a<91){ cout<<"true"; }else{ cout<<"false"; } return 0; }