if i==1:
s=1
i = 0
while i <10:
print("我爱Python!")
i = i + 2
for i in range(1, 10, 3):
print(i, end=",")