Python String isalpha() Method · Example. Check if all the characters in the text are letters: txt = "CompanyX" x = txt.isalpha() print(x) · Example. Check if all ...
確定! 回上一頁