A simple approach to check if a Python string contains a number is to verify every character in the string using the string isdigit() method.
確定! 回上一頁