mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 10:20:15 +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()}' |