print("我在中国学Python\n")

# 练习一下循环的使用
for i in range(1, 21):
	print("我爱编程中国 {0} 次".format(i))