diff --git a/Cat/cat.py b/Cat/cat.py index 552ed6c1e7a..8e1d0a43f0c 100644 --- a/Cat/cat.py +++ b/Cat/cat.py @@ -35,6 +35,8 @@ def with_files(files): for contents in file_contents: sys.stdout.write(contents) + print ("CHANGED!!!") + def no_files(): """Executes when no file(s) is/are specified.""" try: