6 lines
97 B
Python
6 lines
97 B
Python
# вава
|
|
from os import copy_file_range
|
|
|
|
print('test')
|
|
a = 34 + 45
|
|
print(f'one more test {a=}') |