the_string = "{'hi': 'lol', 'us': 'no'}" the_dict = eval(the_string) print(the_dict) print(type(the_dict))