''' Purpose: implements wet.py problem on test 1 ''' # get the dataset import url LINK = "http://www.cs.virginia.edu/~cs1112/datasets/csv/raindrops.csv" dataset = url.get_dataset( LINK ) # get the weather name and country name of interest what = input( "Enter terminology name: " ) where = input( "Enter country: " )