Prodigy summer internship Task #3 That pertains to using Python to verify the strength of a password that was input.
In this task i have used regular expressions (from the re library) to assess the strength of a user-provided password. It checks for criteria such as length, presence of uppercase and lowercase letters, digits, and special characters. The code provides feedback to the user, indicating whether the password meets all criteria or not.