+ 2
How to check whether user_input is integer or not?
I want to write a program to check the user input is an integer or not. Do there have any in-built function for it? How do I do that?
2 ответов
I want to write a program to check the user input is an integer or not. Do there have any in-built function for it? How do I do that?