6.4. (Part 3) Item Counter - Python

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’s 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! :)

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center