s.isdigit() Returns True when len(s) is greater than 0 and all characters in s are digits. When s is empty, or when at least one character of s is not a ...
確定! 回上一頁