def print_parity(x): if x % 2 == 0: print(x, "is even") else: print(x, "is odd") ... Python 中注释分两大类:单行注释与多行注释。
確定! 回上一頁