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())
  1. True
  2. False ✓
  3. Error
  4. No output
Answer