5.14 LAB: Password modifier Many user-created passwords are simple…

Question Answered step-by-step 5.14 LAB: Password modifier Many user-created passwords are simple… 5.14 LAB: Password modifier Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending “q*s” to the end of the input string.i becomes !a becomes @m becomes MB becomes 8o becomes .Ex: If the input is:mypasswordthe output is:Hint: Python strings are immutable, but support string concatenation. Store and build the stronger password in the given password variable. Computer Science Engineering & Technology Object-Oriented Programming COMPUTER 111 Share QuestionEmailCopy link Comments (0)