Expected Output
Your goal is to be able to create a python script like example.py that will:
1. Read input.bin byte by byte
2. Convert the value of each byte in input.bin into a string
3. Save the output into a file output.txt
For example, given an input.bin that contains this format:
[data ( bytes)]
The resulting output.txt will contain
thanks...