From 447be82c5b36df76f0640f49b05c58aee265f395 Mon Sep 17 00:00:00 2001 From: Luthics Date: Sun, 23 Oct 2022 13:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AC=AC=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E7=AC=AC=204=20=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- test/1/4.py | 10 ++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 test/1/4.py diff --git a/README.md b/README.md index 5136f6d..af1b6a6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,12 @@ ├── homework # 存放作业的代码 │ ├── 1 # 第一次作业的代码 │ ├── 2 # 第二次作业的代码 - └── ... + │ └──... + ├── test # 存放考试和实验的代码 + │ ├── 1 # 第一次实验的代码 + │ ├── 2 # 第二次实验的代码 + │ └──... + └──... ### 一些自学可以参考的资源 diff --git a/test/1/4.py b/test/1/4.py new file mode 100644 index 0000000..b7c12cd --- /dev/null +++ b/test/1/4.py @@ -0,0 +1,10 @@ +a = input() +b = input() + +print(''' +****************************** +''' + a + ''' + Happy Birthday to you. + Sincely yours ''' + b + ''' +****************************** +''')