Deborah R. Fowler
Lists
Posted on Sept 2 2018Updated on Oct 2 2024
- lists
You have already been introduced briefly to lists via strings.
Lists are very versatile and malleable in python.
Lists in python can contain characters (strings) and other data.
They also can store multiple types.
In order to access a list, you use subscripts.
HOMEWORK:
You have created in
class a script to read a hand-edited source file. Your
homework is to grab one of the hurricane data files (download
on Exercise 2 page) and create a python script to write out
the latitude and longitude.
Continue to complete your algorithm/Exercise 2