String methods

Report a typo

Which string methods result in the True value? Match them!

Match the items from left and right columns
str.isalpha()
str.isdigit()
str.isalnum()
str.isnumeric()
A string consists of digits or characters that have features of Unicode digits.
A string consists of letters of any case.
A string consists of digits or letters of any case
A string consists of digits.
___

Create a free account to access the full topic