Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for I Love Python! by m600
def i_love_python(who = "I ", doing_what = "love ", doing_to_whom = "Python!"):
"""
I love Python because it's easy to learn and fun to use.
"""
return who + doing_what + doing_to_whom
June 16, 2015
Comments: