If you want to check whether a Python string is an integer, you can try casting to an int with int() and catching the ValueError if it's not ...
確定! 回上一頁