Python Programming - Console Input/Output - Discussion

Discussion Forum : Console Input/Output - General Questions (Q.No. 16)
16.
How can you check if a string is numeric?
isnumeric()
numeric_check()
str.isnumeric()
isdigit()
Answer: Option
Explanation:
You can use str.isnumeric() to check if a string is numeric in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.