Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
whyilovepython solution in Clear category for I Love Python! by Dracunos
def i_love_python():
"""
I first learned basic scripting of LUA through playing some text game (MUD).
Only years later did I finally dive in headfirst to truly learning programming,
and I'm glad I did. It's unlike any other hobby or profession; the freedom,
the self-expression, the creativity. The brain exercise. It's truly unique
and allows me to express myself in ways I never could before.
I'm really glad I took the plunge and can now say I 'know python'. Though
I'm far from an expert, I feel that I know the language well enough to
communicate with it. And it feels good.
Here's a sword:
(xxxxxx[`_`_`_`_`_`_`_`_`_`_`_`_`>
"""
return "I love Python!"
Dec. 18, 2015