Jun-18-2017, 12:48 AM
direct = raw_input('Enter a street name.\n> ') names = {'Taft':'1', 'Wilson':'1', 'Cleveland':'1'}I need the output to look like this.
Output:Enter a street name.
> Taft
1
dictionary keys
|
|
Messages In This Thread |
dictionary keys - by mcmxl22 - Jun-17-2017, 10:51 PM
RE: dictionary keys - by ichabod801 - Jun-17-2017, 11:14 PM
RE: dictionary keys - by mcmxl22 - Jun-18-2017, 12:48 AM
RE: dictionary keys - by ichabod801 - Jun-18-2017, 01:37 AM
|