Commit b925f222 by BellCodeEditor

save project

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