with open('dataset_3363_2.txt') as inf:
	a=inf.read()
a += 'kvakva'
with open ('otvet.txt', 'w') as ouf:
	ouf.write(a)