

InterviewSolution
Saved Bookmarks
1. |
What is the use of isalnum() function? |
Answer» It returns True if the argument is a digit from 0 through 9 or an alphabetic character (either uppercase or lowercase) otherwise returns False. |
|