Ad

gg?

Code
Diff
  • def meaning_of_life_is():    
        def zen():
            import this
        return str(zen())
        
    • def meaning_of_life_is():
    • return """
    • go crazy with your imagination and return anything you like.
    • strings, numbers, ... just don't return None.
    • may the most creative answer win
    • """
    • def zen():
    • import this
    • return str(zen())