Python 2: invalid syntax
DesWurstes opened this issue · 1 comments
DesWurstes commented
File "<ipython-input-1-2ccde9814f9a>", line 23
print(' ' + word, end='')
^
SyntaxError: invalid syntax
emilwallner commented
Update your python to Python 3. Feel free to make a pull request if you make it work for both python 2 & 3.