How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts SyntaxError: invalid syntax Error in Python zendnwar November 27, 2013 This very simple mistake. just write print (“Hello, World!”); Hope you wil .. how to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V ..