diff --git a/helloworld.py b/helloworld.py index 59701dbe..9c366594 100755 --- a/helloworld.py +++ b/helloworld.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """Top-level script to invoke helloworld implementation.""" - +"""This is a python programming""" import sys import helloworld.main