QuestionQ28
Python/PyEZWhat is the proper Python script syntax for prompting a user for input?
- A hostIP = input("Device IP address: ")
- B hostIP = input{Device IP address: }
- C hostIP = input"Device IP address: "
- D input("Device IP address: ") = hostIP
Community Discussion