How to check python version ? admin April 9, 2017 Python 0 Comments python -V Related Posts anaconda mysqldb install admin October 22, 2018 Just run following command conda install -c anaconda mysql-python .. Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & ..