Use str.isdigit() to check if a string contains a number ... Iterate through each character of a string. Check if any character is a digit by calling str.isdigit( ...
確定! 回上一頁