Hacker News new | ask | show | jobs
by SoftwareMaven 4453 days ago

  print(x, end='')
Not quite as nice, but not exactly unusable.

https://docs.python.org/3.1/library/functions.html#print

1 comments

It's a lot less "pythonic".
Dunno. The 3 way is more "Explicit is better than implicit." Though it's a shame Python 3 messes up http://xkcd.com/353/