Skip to content
Snippets Groups Projects
Commit 936214fa authored by Jennifer Rinker's avatar Jennifer Rinker
Browse files

adding docstring

parent 25988651
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*-
"""A module to greet Denmark
"""A module to greet you
"""
def greetings():
"""Say hello to the world
"""
print('Hello, world!')
return
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment