received = ['jeje', 'jojo']
for x in received:
	print(x)

