SyntaxError: invalid syntax Error in Python zendnwar November 27, 2013 Python 0 Comments This very simple mistake. just write print (“Hello, World!”); Hope you will enjoy Related Posts django install with anaconda admin October 22, 2018 Just open anaconda cmd & run following command conda install -c anaconda django .. django.db.utils.OperationalError: no such table: auth_user admin December 26, 2018 just run below command from root directory.>>>python manage.py migrate ..