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 (output_file), and the
#second string is the filename of a file from which to read
#(input_file).
#
#deobfuscate should copy the contents of input_file into
#output_file, 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!