For full text search please use the '?' prefix. e.g. ? Onboarding
Nested Formatting Conditions
num_value
=
123.456
nested_format
=
".2f"
print
(
f'
{
num_value
:
{
nested_format
}
}
'
)
# >>> 123.46