passwored = True
face = True
if passwored:
	if face:
		print("faled")
	else:
		print("go")
else:
	print("error")