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 hello world program in python. zendnwar November 27, 2013 Please go to start menu click on “IDLE (Python GUI)” just write below code print (& .. Some sorting example in paython. zendnwar March 6, 2014 >>> sorted(5, 2, 3, 1, 4,8,9,7) output : 1, 2, 3, 4, 5, 7, 8, 9 list.sort() method : & ..