Eirik0 / opening-explorer

Other
2 stars 1 forks source link

Formatted string literals #20

Closed Eirik0 closed 3 years ago

Eirik0 commented 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