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)