Commit b925f222 by BellCodeEditor

save project

parent 05e81fe5
Showing with 10 additions and 9 deletions
scores={'语文':89,'数学':95,'英语':80} def fun1():
a=3
def get_average(scores): print(a)
sum_score=0 def fun2():
for subject, score in scores.items(): b=4+a
sum_score += sore print(b)
print('现在总分是%d'%asum_scores)
ave_score = sum_score/len(scores) fun1()
print('q'jqj') fun2()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment