mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
2 lines
83 B
Python
2 lines
83 B
Python
name = 'foo'
|
|
fstring = f'{name.upper() + f"a{name}b{name}c"} {name} {name.upper()}' |