diy1.py 197 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 a="python" b="12345" while True: c=input("") d=input("") if c==a and d==b: print("") break if c!=a: print("") if d!=b: print("")