Previous
If-Else Statements
1 / 6
Next
My first if statement
Hint
Input a password.
If the password equals Password123!
, the program should print Authenticated
.
Otherwise, it should print Wrong password
.
Help
Solve
Reset
Test results
Test result #
Expected output
Your output