From 9e5027c5807408a5ba15e851e7ddaf71691144d1 Mon Sep 17 00:00:00 2001 From: mgovindasamy Date: Sun, 2 Oct 2022 09:42:19 -0700 Subject: [PATCH] Create abc.py --- abc.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 abc.py diff --git a/abc.py b/abc.py new file mode 100644 index 0000000..ebd4779 --- /dev/null +++ b/abc.py @@ -0,0 +1,5 @@ +def hello(): + print("World") + +def wrold(): + print("abc")