To check if a string is a number (float) in python, you can use isnumeric() in combination with the replace() method to check if the string can be casted to ...
確定! 回上一頁