Hello world
From Belgium !
First post ever of this blog ! Don’t hesitate to have a look on my about page if you want to know more about me.
Let’s say hello to the world in Python :
def hellow_wolrd(message): """ Let's say hello to the outside world """ print(message) hellow_wolrd("Hello world from Belgium !")
[Read More]