python-for-everybody
python-for-everybody copied to clipboard
Print Statement Syntax
Please update print statement syntax as python 3 is now being used in coursera and print statement syntax is now a bit different.
Some like 1.1 are already changed to print(). Feel free to submit pull requests for other assignments.
print(*objects, 'separator')