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")