Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
<3 solution in Clear category for I Love Python! by Pouf
def i_love_python():
'''
reasons = [
'Probably one of the most intuitive languages',
'you can focus on centent',
'the things it can do, from basic to crazy',
'hence it can be fun to decipher',
'oh the efforts it spared me',
'now the community is huge',
'THANK YOU CheckIO and the community for teaching me Python',
'special mention to veky for making my brain melt in a good way']
return ''.join(r[0] for r in reasons[:-2])
'''
return "I love Python!"
Oct. 24, 2014
Comments: