From f05825872422ed2a013995e121a81c6c6bcfec09 Mon Sep 17 00:00:00 2001 From: Claire Benver Date: Mon, 26 Aug 2019 11:37:17 -0400 Subject: [PATCH] Changed hello.py --- hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.py b/hello.py index 1a1b2f7..de5370d 100644 --- a/hello.py +++ b/hello.py @@ -1,4 +1,4 @@ def print1(): - print("hello good sir") + print("what's is hopping") -print1() \ No newline at end of file +print1()