Python is Art

Posted on Sat 24 August 2019 in Programming

Code blocks are preceded by an indent, three : symbols and the name of the language. All of the following code will be highlighted while the text is indented.

def do_twice(func):
    return func(*args, **kwargs).lower()
return wrapper_do_twice

@do_twice
def say_whee(some_text):
    print(some_text)

x = 'Whee!'
say_whee(x)

Once upon a time, I sat on a very huge tree was thinking what the purpose of life is. My mind was flying far far away but unlucky didn't find any answer. Did I desperate...? I am a Ninja, with great power comes with great responsibility and never rely the future on the social media such as Facebook, Instagram, etc ????.

By the way, lending the very nice quote from 'Deidara' I would say that 'Art is a Programming'.