Commit b925f222 by BellCodeEditor

save project

parent 05e81fe5
Showing with 9 additions and 8 deletions
scores={'语文':89,'数学':95,'英语':80} def fun1():
a=3
print(a)
def fun2():
b=4+a
print(b)
def get_average(scores): fun1()
sum_score=0 fun2()
for subject, score in scores.items(): \ No newline at end of file
sum_score += sore
print('现在总分是%d'%asum_scores)
ave_score = sum_score/len(scores)
print('q'jqj')
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