In fact, the issue is well defined, "Missing parentheses in call to 'print'", in this case, you have to add the parentheses when you call 'print'.

print("In Python3, you must to add the parentheses")




On 07/28, Cai Gengyang wrote:
How to debug this ?

print "This line will be printed."
SyntaxError: Missing parentheses in call to 'print'
--
https://mail.python.org/mailman/listinfo/python-list

--
Stéphane Wirtel - http://wirtel.be - @matrixise
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to