Question: Whats wrong with my python code? main.py > . . . 1 name = input ( Enter your names ) 2 password =

Whats wrong with my python code?
main.py >...
1 name = input ("Enter your names ")
2 password = "Pas$word"
3 first = True
4
5 while first:
6 entered_password = input ("Enter your passworda ")
7
8 if entered_password = passworda
9| print("Welcome back," name)
10 first = False
11 inmse:
12 Lmmmprint("Incorrect password, try again..." )
 Whats wrong with my python code? main.py >... 1 name =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!