Solved

What Does the Socket Module Function Gethostname() Do

Question 11

Multiple Choice

What does the socket module function gethostname() do?


A) It returns the IP number of the computer whose IP name is passed to the function.
B) It returns the IP address of the host computer running the Python interpreter.
C) It returns the name of the host computer running the Python interpreter.
D) It returns the name of the IP address passed to it.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions