Python string isdigit() 是一個內置函數,用於檢查給定字元串是否僅包含數字。 ... It will print true as the string contains only digits: True.
確定! 回上一頁