kuroko/test/testConcatenatedStringTokens.krk

4 lines
48 B
Python

let foo = 42
print(f'{foo}' '{bar}' r'{\baz}')