2. Password Evaluator (1 mark) Setting up: 1. Create your file 2. At the top of the file (above your statements), in a c
Posted: Tue Jul 12, 2022 8:22 am
2. Password Evaluator (1 mark) Setting up: 1. Create your file 2. At the top of the file (above your statements), in a comment, include your name and student number. Task: Write a Flask application which has the following (minimal) functionality: - Prompts the user to enter a password. - Gives the user feedback about how strong their password is. - Gives the user feedback about how they can improve the strength of their password. - You must include at least 5 levels of strength and 4 characteristics.