From 21b737e99adc47cbed0f509a3adf8a88dc39d932 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 13 Dec 2020 20:04:07 +0800 Subject: [PATCH] save project --- diy2.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/diy2.py b/diy2.py index 2d8da41..2d698cf 100644 --- a/diy2.py +++ b/diy2.py @@ -1,6 +1,8 @@ -score = {'语文':91,'数学':88,'英语':85} - +score = {'语文':95,'数学':100,'英语':93} +name="小贝" +print("名字:"+name) +print("******************************") for k,v in score.items(): print(k,v) - +print("******************************") -- libgit2 0.25.0