Question: Preferred language = Python Function 3 (ASCII Binary): it takes as input a list of ASCII codes and outputs a list of binary numbers, or

Preferred language = Python
Function 3 (ASCII Binary): it takes as input a list of ASCII codes and outputs a list of binary numbers, or vice versa. For example, Input list: [104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100] Output list: [1101000, 1100101, 1101100, 1101100, 1101111, 100000, 1110111, 1101111, 1110010, 1101100, 1100100] , or Input list: [1101000, 1100101, 1101100, 1101100, 1101111, 100000, 1110111, 1101111, 1110010, 1101100, 1100100] Output list: [104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
