4 lines
72 B
Python
4 lines
72 B
Python
import socket
|
|
|
|
computer_name = socket.gethostname()
|
|
print(computer_name) |