Write a Python program to get the name of the host on which the routine is running. I have used python 3.7 compiler for debugging purpose.
import socket host_name = socket.gethostname() print() print("Host name:", host_name) print()
19 July 2019 2020 Written By: Rohit
© 2020 Tech Study. All rights reserved | Developed by Tech Study| Privacy Policy | Sitemap