kuroko/test/testFormatString.krk

4 lines
95 B
Python

print(f'{min([1,2,3]) = }')
print(f'{"test" = !r}')
print(f'abc {123 = } def {456 = } ghi')