I would like to be able to tell if a variable is an int or not using an if statement in Python. How would I go about this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use
|
|||
|
|
|
You just need to use isinstance:
|
|||
|
|