6 lines
80 B
Python
6 lines
80 B
Python
# вава
|
|
from os import copy_file_range
|
|
|
|
print('test')
|
|
|
|
print('one more test') |