# Demonstrates own module import sys from sayings0 import hello if len(sys.argv) == 2: hello(sys.argv[1])