Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 228 Bytes

File metadata and controls

17 lines (10 loc) · 228 Bytes

Hello World

This is an example of how to publish a python module to PyPI

Usage

from helloworld import say_hello

# Generate "Hello, World"
say_hello()

# Generate "Hello Everybody"

say_hello("Everybody")