Computer Science

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

Python String Manipulation

20 Likes

Answer

False

Answered By

6 Likes


Related Questions