6.4. (Part 2) Item Counter - Python

Words
90
Reading
1 min
Listen
Play
9y

Starting out with Python, Third Edition, Tony Gaddis
Chapter 6
Programming Challenges

Item Counter

Assume that a file containing a series of names (as strings) is named names.txt and exists on the computer鈥檚 disk. Write a program that displays the number of names that are stored in the file. (Hint: Open the file and read every string stored in it. Use a variable to keep a count of the number of items that are read from the file.)

Starting out with Python. Third Edition. Tony Gaddis.

Happy Steeming Everyone! :)

6.4. (Part 2) Item Counter - Python | Ecency