Closed Eirik0 closed 3 years ago
https://docs.python.org/3/reference/lexical_analysis.html#f-strings
I think this looks a bit nicer than '%s%s' % (a, b) for example
'%s%s' % (a, b)
https://docs.python.org/3/reference/lexical_analysis.html#f-strings
I think this looks a bit nicer than
'%s%s' % (a, b)
for example