mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 21:55:38 +07:00
Change tests according to the new default value GitOrigin-RevId: 79a09911127532fadcc4a4d37a454887d46effa9
3 lines
33 B
Python
3 lines
33 B
Python
s = f'aaaaaa' \
|
|
f'{oct(42)}'
|