From ff2d4aa8f82484a8c20bad812d811dda2d21bdcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=B0=E6=9E=97?= <15808097+one-HL@user.noreply.gitee.com> Date: Thu, 29 May 2025 09:38:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 翰林 <15808097+one-HL@user.noreply.gitee.com> --- test | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..ae77c4e --- /dev/null +++ b/test @@ -0,0 +1,5 @@ +while True: + print("按s键保存数据") + print("按l键读取数据") + print("按q键退出程序") + keyboard = input("请输入控制命令") \ No newline at end of file -- Gitee