20161109python的應用 - s40523143/2016fallcp_hw GitHub Wiki

20161109python的應用

for i in range(1,8,3):

print(i) for i in [0,1,2,3,4,5]:

print(i)