From d353e16ee664c4f296b297a22f5e79461fcb80cd Mon Sep 17 00:00:00 2001 From: Ek Lucas <lucas.ek@student-cs.fr> Date: Wed, 19 Oct 2022 16:27:34 +0200 Subject: [PATCH] 'azdeq' --- Hello/hello.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Hello/hello.py b/Hello/hello.py index 7036922..361dd49 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 -- GitLab