QuestionQ144
Understanding and Using APIs
Refer to the exhibit. An engineer compares two files using unified diff format. What is determined by the content of the file2.py file?
- A Line 93 of file.py is ‘DEVICE-STATS’.
- B Line 92 of file2.py is ‘DEVICE-STATS’.
- C Line 16 of file2.py is auth=HTTPBasicAuth(USERNAME, PASSWORD).
- D Line 17 of file2.py is auth = HTTPBasicAuth(USERNAME, PASSWORD).
Community Discussion