🔥 3-day streak
Cisco CCNP Enterprise ENCOR (350-401)63 / 115
Question 63 of 115
A network engineer writes the following Python snippet to print the hostname of each device returned by a Catalyst Center inventory query: devices = [ {"hostname": "core-sw1", "role": "CORE"}, {"hostname": "acc-sw2", "role": "ACCESS"}, {"hostname": "acc-sw3", "role": "ACCESS"} ] for d in devices: print(d["hostname"]) What output does this script produce?
Reviewed for accuracy · Report an issueNext question