[0:00]from random import * user_password = input("Enter Your Password:") crack = "" password= ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'] while (crack != user_password): for i in range(len(user_password)): crack = "" crack_letter = password[randint(0, 25)] crack += crack_letter print(crack) print("Your Password Is:",crack) Enter Your Password:
Transcript source
YouTube auto captions
This transcript was extracted from YouTube's auto-generated caption track. The transcript below is server-rendered so it can be read, searched, cited, and shared without opening the original YouTube player.
Use this transcript
Related transcript hubs
Watch on YouTube
Share
MORE TRANSCRIPTS



