The else keyword catches anything which isn't caught by the preceding conditions. Example. a = 200 b = 33 if b > a: print ...
確定! 回上一頁