<{p}>Refer to the exhibit.Which Python code snippet prints the descriptions of disabled interfaces only ?<{/p}>

发布于 2021-03-06 01:48:42
【单选题】
A <{p}>for interface in netconf_data["GigabitEthernet"]:if interfacef["enabled"] != 'true'print(interface["descnption"])<{/p}>
B <{p}>for interface in netconf_data["GigabitEthernet"]:<{br/}>if interfacef["enabled"] != 'true'<{br/}>print(interface["description"])<{/p}><{p}><{/p}>
C <{p}>for interface in netconf_data["GigabitEthernet"]:if interfacef["enabled"] != 'false'print(interface["description"])<{/p}>
D <{p}>for interface in netconf_data["GigabitEthernet"]:print(interface["enable"])print(interface["descnption"])<{/p}>

查看更多

关注者
0
被浏览
46
  • 体验AI问答!更聪明、超智能!
  • 一款基于GPT的超级AI助手,可以对话、创作、写文案!
1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

手机
浏览

扫码手机浏览

分享
好友

在线
客服