Hacker News new | ask | show | jobs
by fuzztester 827 days ago
# Python 3

p = print # the print() function

# Now we can do:

p("Hello world")

# endlessly, in this file.

Shorter by 17-odd characters than the above Java version.