Jul 21, 2017 · 1 min read
There are only a few features which are unique to 3.6. The one I use here is the “f-string.” You can replace f”template” with “template”.format_map(vars()) and things should work in 3.5.
There are only a few features which are unique to 3.6. The one I use here is the “f-string.” You can replace f”template” with “template”.format_map(vars()) and things should work in 3.5.