2 lines
49 B
Python
2 lines
49 B
Python
import socket
|
|
print(socket.gethostname().strip()) |
import socket
|
|
print(socket.gethostname().strip()) |