pls help 2 design a password generator that takes input from the user in the form of 5148977
pls help
2. Design a password generator that takes input from the user in the form of string and are integer. A string consists of four characters and a number consists of four integers obtained from the user. The following Figure 1 will explain how the password is generated. Print out the output for “asdf” and 1234. 14 12 13 C4 11 C2 C3 C1 Input 12 11 C1 13 4 C3 C2 C4 Re-arrange C2 C1 4 12 C3 13 1 Final password C4 Figure 1 (20 marks) m