Question: Question one, python code question. Complete the code to output the statement, 192.168.1.10 is the IP address of Printer Server 1. Remember that precise syntax
Question one, python code question.
Complete the code to output the statement, 192.168.1.10 is the IP address of Printer Server 1. Remember that precise syntax must be used to receive credit. -
IP_address = ___
host_name = ___
print(IP_address + " is the IP address of " + host_name)
# Should print "192.168.1.10 is the IP address of Printer Server 1"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
