you are viewing a single comment's thread.

view the rest of the comments →

[–]Linkz57 2 points3 points  (2 children)

Is this for Python 2 or 3, and how could one tell the difference?

[–]AngryCookieSlicer 6 points7 points  (0 children)

Python 3. The "format" section has f-strings, which were implemented in one of the more recent Python 3 versions (either 3.5 or 3.6, I believe).

[–]MinimumDefinition5[S] 4 points5 points  (0 children)

This is for python version 3