1 151 Bytes Edit 1 2 3 4 5 6 7 username ="python" userpassword ="123456" while True: name = input() password = input() if name ==username and password )