On Thu, Jul 28, 2016 at 11:40 AM, Cai Gengyang <gengyang...@gmail.com> wrote: > How to debug this ? > >>>> print "This line will be printed."
This is Python 2 print statement syntax. > SyntaxError: Missing parentheses in call to 'print' This indicates that you're trying to run the above in Python 3. -- https://mail.python.org/mailman/listinfo/python-list