Question: Write a function calculate _ file _ size that consumes the name of a file as a string and returns an integer indicating how many

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 the files below to unit test. The rainfall file has 891 characters, the names file has 1064 characters, and the empty file has 0 characters.

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!