Pc password using python:

Srivatsan
Oct 17, 2020

Hello guys,Today I came up with a new program which is similar to the previous program that has been posted before. But slightly different. Today we are going to discuss about a security program which is the base for a windows security system.

PROGRAM:

In the above program, it get password as a input from user.If the password is true it breaks the while loop and print welcome.If the given password is not equal ,Then it again asks password for infinite time until the given password becomes true.There are about infinite chances for entering password

OUTPUT:

In the above image, entered password is correct , So it prints welcome.

In the above image,Enterd password by user is incorrect . At a certain point user entered correct password ,So the output is printed welcome.

Hope you enjoyed my article…

HAPPY CODING!!!

--

--