Question 9 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question 9 of 60 from exam 300-435-ENAUTO: Automating and Programming Cisco Enterprise Solutions

Question

neighbors = [‘sl’, ‘s2’, ‘s3’]

switch = { ‘hostname’ :/nexus’ ,/os/:/7.0.3/ ,/neighbors’ :neighbors}
print (switch[ ‘neighbors’ ] [1])

Refer to the exhibit.

What is the result when running the Python scripts?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.