Files
python-uncompyle6/test/bytecode_3.6/fstring_single.py
2016-07-28 09:07:12 +02:00

2 lines
52 B
Python

def fn(var):
return f'interpolate {var} strings'