Multiple Choices
(Choose 1 answer)
Which Python code is used to configure Hostname on a Cisco Router in Python 3?
A. tn.write(b hostname nw_Router1)
B. write(b"hostname nw_Router1")
C. tn.write("hostname nw_Router1")
D. tn.write(b"hostname nw_Router1")