Google News
logo
Python - Interview Questions
How will you check in a string that all characters are whitespaces?
isspace() : Returns true if string contains only whitespace characters and false otherwise.
Advertisement