HOW TO MAKE A PASSWORD ADVISOR PROGRAMME IN PYTHON!!!

Published: 01 January 1970
on channel: Mr.X
78
5

CODE:
print("welcome to new episode of python tutorial by technical science guy")
print("password generator")
password = input("type of password u want?")
def case(string):
for a in string:
if a.isupper() == 1:
number(string)
break
else:
print("weak password")


def number(string1):
for b in string1:
if b.isdigit()==1:
print("strong password")
break
else:
print("medium")
case(password)

THANK UUUU!!
KEEP SUPPORTING!!!


On this page of the site you can watch the video online HOW TO MAKE A PASSWORD ADVISOR PROGRAMME IN PYTHON!!! with a duration of hours minute second in good quality, which was uploaded by the user Mr.X 01 January 1970, share the link with friends and acquaintances, this video has already been watched 78 times on youtube and it was liked by 5 viewers. Enjoy your viewing!