I have written two multiple choice questions (MCQs) about Python dictionaries. Some of the key concepts associated with Python dictionaries are given in the excellent concept map by Jeremiah Lant.

  1. Which of the following is not a valid dictionary key:
  2. Consider a dictionary defined by: d = {"A":8, "B":5}. The statement d["A"] = "Hello" will:

Any feedback would be greatly appreciated.