Question: use python please Write a simple function called lossy_decryption() that takes input string (the encrypted one in question #8 above) and it should return a
Write a simple function called lossy_decryption() that takes input string (the encrypted one in question #8 above) and it should return a copy similar to the original but with *** in place of the lost characters To validate your solution, if you use input "3164". your function must return "1*34*6". notice that we can guess that the original string was "123456", most of lossy decryption methods do some guess work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
