Question: Python: Write a function calculate_file_size that consumes the name of a file as a string and returns an integer indicating how many characters long the
Python:
Write a function calculate_file_size that consumes the name of a file as a string and returns an integer indicating how many characters long the file's contents is using the Count pattern (you may not use the built-in len function). Call your function on one of the files below and print the result. Note that your function will be tested on each of the files given.
Files available:
rainfall.tct
empty.txt
names.txt
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
