diff --git a/scripts/hello.py b/scripts/hello.py index 52b7bc0..6fbe5b2 100644 --- a/scripts/hello.py +++ b/scripts/hello.py @@ -1 +1 @@ -print "hello, world!" \ No newline at end of file +print("hello, there!")