CBSE Class 11 Computer Science Question 28 of 91

String Manipulation — Question 18

Back to all questions
18
Question

Question 18

s = ' '(single space). Then s.isalnum() will return.

  1. True
  2. False ✓
  3. Error
  4. nothing
Answer