Computer Science
s = ' '(single space). Then s.isalnum() will return.
- True
- False
- Error
- nothing
Python String Manipulation
7 Likes
Answer
False
Answered By
1 Like
Related Questions
Select the correct output of the following String operations.
str = "my name is Anu John" print(str.capitalize())
Choose the correct function to get the character from ASCII number.
Which of the following functions removes all leading and trailing spaces from a string?
Which of the following functions will raise an error if the given substring is not found in the string?