Question: #Write a function called redeobfuscate. This function should #take two parameters, both strings. The first string is the #filename of a file to which to
#Write a function called redeobfuscate. This function should
#take two parameters, both strings. The first string is the
#filename of a file to which to write outputfile and the
#second string is the filename of a file from which to read
#inputfile
#
#deobfuscate should copy the contents of inputfile into
#outputfile, with one twist: every triplet of characters
#should be reversed. So if the original file contained the
#text:
#
# CBAGFE
#
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
