f=open(__file__,'a');print['Yes?','Is this possible?','Uh-huh.'][f.tell()%3];f.write('#')