Files
insurance/05 testik.py
2025-09-28 14:42:35 +02:00

4 lines
72 B
Python

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