Question: everytime i try to run this code in python states = {} with open('states.txt', 'r') as f: for line in f: (key, val) = line.split(',')
everytime i try to run this code in python states = {} with open('states.txt', 'r') as f: for line in f: (key, val) = line.split(',') states[key] = val input('Enter in the State') i keep getting...
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
