Question: This week's lab is a helpful stepping stone for your next project. ( You almost certainly will not use this lab's function directly in your
This week's lab is a helpful stepping stone for your next project. You almost certainly will not use this lab's function directly in your next project, but it will get you thinking in the right way for one part of that project. Write a function called "charcount which takes one string as input: the name of a text file. charcount returns the number of characters in the file. You must include the newline
and tab t characters in the countnote that these each only count as one character, not two.
You can use the provided files Beatlestxt Snippingtxt Snippingtxt andor your own text files to test.
Important note: You must:
Put a docstring in every function
Use meaningful variable names throughout except that you may use letter variable names for formal parameters andor loop control variables
We will be giving some of the points for this.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
