Теперь с веб коде сервера

This commit is contained in:
ack_web
2025-10-24 21:49:44 +00:00
parent 59781c7404
commit 2abda15a06

4
123.py
View File

@@ -2,5 +2,5 @@
from os import copy_file_range
print('test')
print('one more test')
a = 34 + 45
print(f'one more test {a=}')