Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Creative category for I love Python! by profuel
def i_love_python():
programming_years = 0
while programming_years < 5:
I_was_bored_PHP_developer = True
programming_years+= 1
if programming_years>=5:
I_got_into_python_and_DJango_environment = True
it_changed_my_programming_attitude_completely = True
if type("I get into strange PHP unlike situation"):
I_feel_like_I_hate_python_and_getting_back_to_basic_documentation = True
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!"
Aug. 20, 2014
Comments: