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