CBSE Class 11 Computer Science
Question 24 of 91
String Manipulation — Question 14
Back to all questions 14
Question Question 14
What is the output of the following string operation?
str = "My roll no. is 12"
print(str.isalnum())- True
- False ✓
- Error
- No output