diff --git a/test_Python.py b/test_Python.py index 3faf7c7e..daf0724a 100755 --- a/test_Python.py +++ b/test_Python.py @@ -24,7 +24,7 @@ Test if python is working. import sys -print "\npython is working!" +print "\npython is indeed working!" print "\npress return to finish" sys.stdin.readline()