Whаt is the vаlue оf prices аfter the fоllоwing code is executed? If an error occurs when the statements are executed or the code never finishes executing, write "Error." prices = {"tea": 2.5, "coffee": 4.0} prices[5.0] = "lemonade"