Python Print Error

Stephane Wirtel stephane at wirtel.be
Thu Jul 28 18:49:18 EDT 2016


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



More information about the Python-list mailing list