shell
shell copied to clipboard
Update to python3
print
with parenthesis is compatible for python 2 and 3.
As python2 is EOL now, it's better to show example with print()
.
The second commit updates the link to python.org documentation from python2.7 to python3.