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