Range Python iterate dengan 2
for i in range(0,10,2):
print(i)
Cooperative Crab
for i in range(0,10,2):
print(i)