Passwords thát are created by users are usually very simple and easy to guess. Create a Python program that takes a simpler pswrd + makes it stronger by taking characters using the rules pelow, and by appending "!" to the ending of Ehe input string.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter9: Records (struct)
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question
Passwords that are created by users are usually
very simple and easy to guess. Create a Python
program that takes a simpler pswrd + makes it
stronger by taking characters using the rules
below, and by appending "!" to the ending of
the input string.
• i becomes 1
• a becomes @
• m becomes M
• B becomes 8
• s becomes $
Example: If the input is:
mypassword
the output is:
Myp@$$word!
Hint: Python strings are immutable, but support
string concatenation. Store and build the
stronger password in the
given password variable
Transcribed Image Text:Passwords that are created by users are usually very simple and easy to guess. Create a Python program that takes a simpler pswrd + makes it stronger by taking characters using the rules below, and by appending "!" to the ending of the input string. • i becomes 1 • a becomes @ • m becomes M • B becomes 8 • s becomes $ Example: If the input is: mypassword the output is: Myp@$$word! Hint: Python strings are immutable, but support string concatenation. Store and build the stronger password in the given password variable
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning