Computer Science
Fill in the blanks:
If a string contains letters and digits, function _________ will return true.
Python String Manipulation
3 Likes
Answer
isalnum()
Answered By
1 Like
Related Questions
Fill in the blanks:
The _________ and _________ are membership operators for strings (in, not in).
Fill in the blanks:
The _________ returns the ASCII value of a given character.
Fill in the blanks:
'ab'.isalpha() will return value as _________.
Fill in the blanks:
To get each word's first letter capitalized, _________ function is used.