diff --git a/Hello/hello.py b/Hello/hello.py
index 703692212293bc57de45f9591d3398be93e5bf07..361dd49419b9e44ec392d38765ef9f0fcaf65d72 100644
--- a/Hello/hello.py
+++ b/Hello/hello.py
@@ -1,4 +1,2 @@
-def hello():
-    print('hello')
-
-print(hello())
\ No newline at end of file
+def welcome():
+    print('welcome')
\ No newline at end of file