From 83d8ce4ab3011f471538d1418ae7c6a913730b09 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Wed, 27 Jul 2022 10:00:49 +0800 Subject: [PATCH] auto save --- Untitled-1.py.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Untitled-1.py.py diff --git a/Untitled-1.py.py b/Untitled-1.py.py new file mode 100644 index 0000000..ffd1b43 --- /dev/null +++ b/Untitled-1.py.py @@ -0,0 +1,6 @@ +import func + +data = func.new_input() +score = func.sum(data) + +print("这位选手的总分数为:"+str(score)) \ No newline at end of file -- libgit2 0.25.0