From fae4eea9fef8470e2dac673d31157ddc298e5e8f Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:09:14 -0700 Subject: [PATCH] Delete test_output.py --- test_output.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test_output.py diff --git a/test_output.py b/test_output.py deleted file mode 100644 index f919cb98..00000000 --- a/test_output.py +++ /dev/null @@ -1,4 +0,0 @@ -import sys - -print('this is the standard output') -print('This is the standard error', file=sys.stderr) \ No newline at end of file