From a23120c815ca16b5403823c8bc23c26c3d2e9651 Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Tue, 12 Sep 2017 18:59:01 -0400 Subject: [PATCH] Update start.py --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 0a955c2..0b2b014 100644 --- a/start.py +++ b/start.py @@ -5,7 +5,7 @@ python script!""" def main(): - print("HI") + print("HI1") if __name__ == "__main__": main()