0

what is the function of .isalpha()?

what is the function of .isalpha()?

12th Apr 2017, 6:40 PM
youness belrchid
youness belrchid - avatar
3 Answers
+ 10
the function returns true if a string contains only alphabetic characters "hello".isalpha() will return true "h3ll0".isalpha() will return false
12th Apr 2017, 6:51 PM
Burey
Burey - avatar
+ 6
:]
12th Apr 2017, 9:01 PM
Burey
Burey - avatar
+ 2
thank you my friend you're so nice
12th Apr 2017, 7:23 PM
youness belrchid
youness belrchid - avatar