From 950688e53155174f67d6ee5f1a767ae9107e06f2 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 3 Dec 2022 11:07:23 +0800 Subject: [PATCH] auto save --- diy1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 45c9a2f..2f2ea0a 100644 --- a/diy1.py +++ b/diy1.py @@ -1 +1,3 @@ -# 我们都爱夸夸夸 \ No newline at end of file +# 我们都爱夸夸夸 +x = input('请输入内容:') +print('my name is ' + x) \ No newline at end of file -- libgit2 0.25.0