Question: write a function that will take a single list argument of three strings (do not test for this in the function). The purpose of the
write a function that will take a single list argument of three strings (do not test for this in the function). The purpose of the function is to write the first and last character of each string to a text file. Once successfully completed have the function return "1" to the caller.
Now write code outside the function that will ask the user for three individual strings using input validation through pyinputplus to ensure that the three strings are one of a choice of five using the inputMenu function. Once entered convert the three words to a list and pass to the function as an argument. Once the function confirms a successful operation to the caller print the following message to the user ("File successfully written.")
don,t use true function,
subject: python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
