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