create a password cracker using python
write a program that takes in a user’s password and attempts to crack it.
Ask the user to enter a password with length of 4
Crack the password using a brute force attack

write a program that takes in a user’s password and attempts to crack it.
Ask the user to enter a password with length of 4
Crack the password using a brute force attack