▻ while(條件) 或while 條件都可以,即括符可加可不加。 x = int(input ... if (ch>="d" and ch<="z") or (ch>="D" and ch<="Z"): ch = chr(ord(ch) ...
確定! 回上一頁