As part of creating an API request using Python, the following commands are entered. What is the purpose of this step?
ipaddr = 10.1.50.1
interface = Ethernet1/1
hostname = R1
- to import Python modules
- to request JSON data
- to create functions to test the code
- to create variables
Explanation: When a script is being coded or created, a variable can be used to store information. The variable name is to the left and the value is to the right.
Exam with this question: 4.9.3 Module 4: Understanding and Using APIs Quiz
Please login or Register to submit your answer