4
useVim
2y

> python3 --version

Comments
  • 3
    You might want to know exactly which version you're running.
  • 5
    Minor version matters.

    Python3 has had new syntax things (like the walrus operator, 3.8) and std lib additions/ changes (too many to count) where some code written in late python3 won't run on an early python3 interpreter.

    The only version component you can reliably ignore in day-to-day is patch.
  • 1
    Nitpickers gonna pick nit.
  • 0
    someone told you CLI exists? SCNR
  • 0
    3.10 removed stuff. like from the std typing lib.
  • 1
    @magicMirror yes, though that's not a bad thing.
  • 1
    @AlgoRythm Man, Python devs really enjoy giving reasons to hate the language huh?
Add Comment