diff --git a/123.py b/123.py index 3329ed4..507f181 100644 --- a/123.py +++ b/123.py @@ -2,5 +2,5 @@ from os import copy_file_range print('test') - -print('one more test') \ No newline at end of file +a = 34 + 45 +print(f'one more test {a=}') \ No newline at end of file