Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Python: why skip the 'else' if password is wrong
Post: Python: why skip the 'else' if password is wrong

name_expected='Max' while True: print( 'Who are you') name = input() if (name != name_expected): continue print (name_expected +' please enter your password' ) pd= input() ...
Max_988 General Coding Help 1 1,986 Jun-20-2019, 12:01 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020