.isdigit()
문자열.isdigit()
True
False
.isalpha()
문자열.isalpha()
.isupper()
문자열.isupper()
.islower()
문자열.islower()