Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Tes in the Python tutorial Problem 1. Write a function file copyO that takes two string parameters (in file and out frle) and copies the
Tes in the Python tutorial Problem 1. Write a function file copyO that takes two string parameters (in file and out frle) and copies the content of in_file into out nie Assume that in fle exists before file copy is called. For example, the following would be correct input and output >>>file_copy(created equal.bxt, 'copy txt) >> open f open("copy.txt) > equal f > equal f reado We hold these truths to be self evident, nthat all men are created equan open(created, equal.txt.) Problem 2. Wr ite a function named file_stats that takes one string parameter (in fle) that is the name of an existing text file. The function fie_stats should calculate three statistics about in_file: the number of lines it contains, the number of words and the number of characters, and print the three statstics on separate lines. For example, the following would be be correct input and output (Hint the number of characters may vary depending on what platform you are working.) >>> file stats(created equal txt) lines 2 words 13 characters 72
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started