Y
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
jimmaswell
4453 days ago
It's a lot less "pythonic".
link
tim333
4453 days ago
Dunno. The 3 way is more "Explicit is better than implicit." Though it's a shame Python 3 messes up
http://xkcd.com/353/
link