Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Butterfly <3 solution in Clear category for I Love Python! by spanishboy
def i_love_python():
# $$$$$____________________$$$$$
#$$$$$$$$_____________,,$$$$$$$$
#_$$$$$$$$,,__________,,$$$$$$$$ "I love Python because Python"
#_$$$$$$$$$$__ .___._$$$$$$$$$$ "Is the best programming language (I am beginner atm)"
#__$$$$$$$$$$,_'.__.',,$$$$$$$$$$ Spanishboy.
#__$$$$$$$$$$$$.@:.$$$$$$$$$$$
#___***$$$$$$$$@@$$$$$$$$$*
#____,,,__*$$$$$$@.$$$$$$,,,,,,
#___,,$$$$$$$$$* @ *$$$$$$$$$$
#_$$$$$$$$$$$*_@@_*$$$$$$$$$$
#_$$$$$$$$$$$__.@.__*$$$$$$$$$$
#*$$$$$$$$$$___*___*__$$$$$$$$$
#*$$$$$$$$$____________$$$$$$$$
#_,;$*$,$$**'____________**'$$*$*
return "I love Python!"
if __name__ == '__main__':
#These "asserts" using only for self-checking and not necessary for auto-testing
assert i_love_python() == "I love Python!"
Nov. 19, 2015