From 4e053105ad9b36ece25cf053ff40ff41938cb612 Mon Sep 17 00:00:00 2001 From: northeast23 Date: Fri, 29 Mar 2024 13:35:06 +0000 Subject: [PATCH] :sparkles: working on --- hello.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..397cb3a --- /dev/null +++ b/hello.py @@ -0,0 +1,3 @@ +def hello_me(): + print("안녕하세요") + \ No newline at end of file