tutorial.eyehunts.com
Python check if string is integer or float
You can use Python's built-in functions and methods to check if a string represents an integer or a float. Here's how you can do it...
Rohit