Page 177 -
P. 177
comprehending data
Do this!
Before proceeding with this
chapter, take a few moments
to download the four data
files from the Head First
Python support website.
Let’s begin by reading the data from each of the files into its own list. Write a short program to
process each file, creating a list for each athlete’s data, and display the lists on screen.
Hint: Try splitting the data on the commas, and don’t forget to strip any unwanted whitespace.
Write your
code here.
you are here 4 141