+ 5
How to use isalpha in python?
I want to check a user input for it's consistency with only letters i.e.to check whether there are numbers or characters in the input and return false if there is. I guess isalpha can be used for that. If there is any better way, please feel free to tell me.:)
1 Réponse
+ 5
Thanks....☺ appreciate it