Question: Write the program in Python Problem 1: Write a function named caesar encrypt(textfile, shift parameter) that takes as pa- rameters the name of a text
Problem 1: Write a function named caesar encrypt(textfile, shift parameter) that takes as pa- rameters the name of a text file to be encrypted and a positive shift parameter, and return a string that is the caesar-encrypted version of the text file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
