Refer to the exhibit Which two entries in the Python script fragment are inaccurate?
(Choose two.)
A.
ne=NetworkInterface() is the wrong class.
B.
The import declarations are incorrect.
C.
The device IP address cannot be specified without escaping the periods (.) with \
character.
D.
The first argument to ne.connect should be all capital letters.
E.
The second argument to ne.connect should be all capital letters.
Explanation: