Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
best language solution in Creative category for I Love Python! by nooodl
def i_love_python():
best_language = max('C++', 'Python', 'PHP', 'Haskell', 'Java')
return 'I love {}!'.format(best_language)
Aug. 21, 2014