diff --git a/hello.py b/hello.py index 99d008b..3fc9fc3 100644 --- a/hello.py +++ b/hello.py @@ -3,3 +3,5 @@ def kj(): def hit(): print("My name is Karina Jangir.") + +hit()