check if string contains valid number python code example
Example: is number python
var.isdigit()
#return true if all the chars in the string are numbers
#return false if not all the chars in the string are numbers
var.isdigit()
#return true if all the chars in the string are numbers
#return false if not all the chars in the string are numbers