0
what is the function of .isalpha()?
what is the function of .isalpha()?
3 Answers
+ 10
the function returns true if a string contains only alphabetic characters
"hello".isalpha() will return true
"h3ll0".isalpha() will return false
+ 6
:]
+ 2
thank you my friend you're so nice