python-for-everybody icon indicating copy to clipboard operation
python-for-everybody copied to clipboard

Print Statement Syntax

Open HxrshPxthxk-zz opened this issue 4 years ago • 2 comments

Please update print statement syntax as python 3 is now being used in coursera and print statement syntax is now a bit different.

HxrshPxthxk-zz avatar Jan 21 '21 17:01 HxrshPxthxk-zz

Some like 1.1 are already changed to print(). Feel free to submit pull requests for other assignments.

ed-lau avatar Feb 05 '21 22:02 ed-lau

print(*objects, 'separator')

silfaantony avatar Jun 10 '21 08:06 silfaantony