while Ture:
	print('who are you?')
	name=input()
	if name!='mark':
		continue
		print('hi,mark.what is the password?(It is a fish.)')
		password=input()
		if password=input()
		    break
print('access granted.')