
for x in range(10):
	print("Здравей!")
	print("  брояч на цикъла:",x)
