2023-07-06 23:09:49 +08:00

5 lines
63 B
Python

import socket
hostname = socket.gethostname()
print(hostname)