s1='123532';print(s1.isdigit())s2='Arman';print(s2.isdigit())s1='123532';print(s1.isalpha())s2='Arman';print(s2.isalpha())
Standard input is empty
True False False True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!