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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!