how to check python version in linux? zendnwar March 8, 2016 Python, Uncategorized 5 Comments It’s very simple: python –version or python -V Related Posts Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & .. How to download Python zendnwar November 27, 2013 This is very simple to down load. Just go to http://www.python.org/download/ and download as yo ..