n = 1 while n<101: if n % 2 == 0: n = n + 1 else: print(n) n = n + 1
上一篇:Python_004_输出 1-100 内的所有偶数
下一篇:Python命名规范