Files
new/123.py
2025-10-24 21:49:44 +00:00

6 lines
97 B
Python

# вава
from os import copy_file_range
print('test')
a = 34 + 45
print(f'one more test {a=}')