Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ Welcome to Code Golf, and nice first answer! For future reference, TIO's Python 2 is on Python 2.7.16, Python 3 is on Python 3.7.4, and Python 3.8 is on Python 3.8.0b4. \$\endgroup\$ Commented Jun 10, 2023 at 14:05
  • \$\begingroup\$ Here is a screenshot of what I see on TIO Python 3: imgur link \$\endgroup\$ Commented Jun 10, 2023 at 14:27
  • \$\begingroup\$ My first answer was wrong by the way, that's why I put strikethrough on it \$\endgroup\$ Commented Jun 10, 2023 at 14:29
  • \$\begingroup\$ That's because you're checking the Python 2 version. Use python3 --version or python3.8 --version instead. Sorry about the edit, I thought you just needed help with the TIO link. \$\endgroup\$ Commented Jun 10, 2023 at 14:30
  • 1
    \$\begingroup\$ Oh, that makes sense, thanks! \$\endgroup\$ Commented Jun 10, 2023 at 14:42