In this assignment you will tie together the seemingly unrelated tuple and arbitrary argument list to perform file input and output. Your program will take a student's name and an unknown number of ...
# Exercise 2: Write a Python program to copy the contents of one file to another file. source_file = input("Enter the source file name: ") destination_file = input ...