Commit 8f0c865d by BellCodeEditor

save project

parent d19048ae
Showing with 9 additions and 0 deletions
list=[90,98,89,77]
def jisuan(a):
he=0
for i in a:
he=he+i
return he
b=jisuan(list)
print(b)
\ 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