Mod Trong Python
A = [3, 1, 2, 4]
for a in A:
print(a % 2)
Fragile Fox
A = [3, 1, 2, 4]
for a in A:
print(a % 2)