📜  mod trong python 代码示例

📅  最后修改于: 2022-03-11 14:45:16.700000             🧑  作者: Mango

代码示例1
A = [3, 1, 2, 4]
for a in A:
    print(a % 2)