From 33177095e818a29360cdede49bf0a4cae203a2d8 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 4 May 2024 09:59:05 +0800 Subject: [PATCH] save project --- diy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/diy.py b/diy.py index 16b4239..be808c2 100644 --- a/diy.py +++ b/diy.py @@ -7,4 +7,5 @@ for i in a: sum=0 for b in data[1:]: sum=sum+int(b) - print(sum) + c=data[0]+str(sum) + print(c) \ No newline at end of file -- libgit2 0.25.0