notebookVB

This commit is contained in:
2025-09-28 14:42:35 +02:00
parent 7eec4caf82
commit b8b466b889
2 changed files with 14 additions and 6 deletions

4
05 testik.py Normal file
View File

@@ -0,0 +1,4 @@
import socket
computer_name = socket.gethostname()
print(computer_name)