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 Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & .. Python Lists as Stacks zendnwar March 17, 2016 >>> stack = 11,22,33,44,55,66,77 >>> stack.append(88) >>> stack 11, ..