print("Python\n")

# 练习一下循环的使用
for i in range(1, 667):
	print(f"我爱编程 {i} 次")