Hello world!
You’ll find on this blog posts and pieces of code. For the time being:
def print_hello(name)
print 'Hello %s!' % name
print_hello('world')
You’ll find on this blog posts and pieces of code. For the time being:
def print_hello(name)
print 'Hello %s!' % name
print_hello('world')