Quick Writer
Welcome to Questions & Answers on Math, Physics, Chemistry, History and more, where you can ask questions and receive answers from other members of the community.

Find error in the code!

def new password=str(input("Please enter your new password "))

password2=str(input("Please re-enter your password"))

if password==password2: print ("Password completed")

if password2: print("Passwords did not match, please try again"): print (new)
asked Aug 10, 2017 in PHP by Rene

Please log in or register to answer this question.

...