var points_dict = {"White": 50, "Yellow": 75, "Orange": 100} points_dict["Blue"] = 150 # Add "Blue" as a key and assign 150 as its value.