Question: Python: Using chr() and ord() write a function called en_crypt() that takes into input a string and returns a new encrypted version of the input
Python: Using chr() and ord() write a function called en_crypt() that takes into input a string and returns a new encrypted version of the input string. Example: "atwOta@0202" should return "fy|TyfE5757", then write a function de_crypt() so that "fy|TyfE5757" returns "atwOta@0202"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
