diff --git a/code/hello_world.py b/code/hello_world.py index 9b6235830bb6d80e2450dbd6387f4f6084431ff9..b663668688d8f482adb63e253a65464908c3bd8b 100644 --- a/code/hello_world.py +++ b/code/hello_world.py @@ -1,7 +1,10 @@ # -*- coding: utf-8 -*- -"""A module to greet Denmark +"""A module to greet you """ def greetings(): + """Say hello to the world + """ print('Hello, world!') + return