From faaf0fbad8e152d3dbbc78dba4740faf4896ea2f Mon Sep 17 00:00:00 2001 From: northeast23 Date: Fri, 29 Mar 2024 14:01:34 +0000 Subject: [PATCH] :tada: tada --- app1/abc.html | 12 ------------ ys_test.py | 2 ++ 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 app1/abc.html create mode 100644 ys_test.py diff --git a/app1/abc.html b/app1/abc.html deleted file mode 100644 index 19d7782..0000000 --- a/app1/abc.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - app folder test - - \ No newline at end of file diff --git a/ys_test.py b/ys_test.py new file mode 100644 index 0000000..b78e9a0 --- /dev/null +++ b/ys_test.py @@ -0,0 +1,2 @@ +def double_str(str): + print(str*2)