QuestionQ482
AutomationAn engineer implements a Python script in a Cisco Bash shell. The script contains this dictionary object:

Which command must be used to add the 'N9K-Spine-2': '1498323434' element to the switch_id list dictionary?
- A switch_id_list += {ג€N9K-Spine-2ג€: ג€1498323434ג€}
- B switch_id_list = [ג€N9K-Spine-2ג€: ג€1498323434ג€]
- C switch_id_list.append({ג€N9K-Spine-2ג€: ג€1498323434ג€})
- D switch_id_list.update({ג€N9K-Spine-2ג€: ג€1498323434ג€})
Community Discussion