4 lines
48 B
Python
4 lines
48 B
Python
|
let foo = 42
|
||
|
|
||
|
print(f'{foo}' '{bar}' r'{\baz}')
|