Python For Beginner's Day - 7
String Methods:
contd....
isalnum(): returns true if all the characters in the string are alphanumeric
isalpha(): returns true if all the characters in the string are only with alphabets(a - z)/(A-Z)
isdecimal(): returns true if all the characters...
pythonbeginners.hashnode.dev2 min read