Assignment 1- Weeks 1 through 3
Part 1
Make a scriptfile that:
prints a greeting
uses a for loop to iterate over the greeting one letter at a time printing
each character
prints a slice of the greeting
loops over a list
uses a while loop with a range function to loop over one of the objects
Part 2
Make a scriptfile that:
gets a list of shapefiles to a list or dictionary and prints the type of shapefile (polygon or polyline)