Python Files Exercises PDF
Python Files Exercises PDF
11. Write a Python program to get the file size of a plain file.
18. Write a Python program that takes a text file as input and
returns the number of words of a given text file.
Note: Some words can be separated by a comma with no
space.