diff --git a/diy2.py b/diy2.py index 8ebdbc4..a5c8c58 100644 --- a/diy2.py +++ b/diy2.py @@ -1,3 +1,3 @@ score = {'语文':91,'数学':88,'英语':85} for k,y in score: - print('k,y') \ No newline at end of file + print('score') \ No newline at end of file