# -*- coding: utf-8 -*-
"""A module to greet you
""" def greetings():
"""Say hello to the world """
print('Hello, world!')
return