password = True
face = True
if password:
	if face:
		print("go")
	else:
		print("jbjo")
else:
	print("faeefrfr")