username = input("username: ") password = input("password: ") if username == "Seungju": if password == 'logan': print("correct") else: print("get off Kiahn") else: print("sorry but your username is incorrect")