Commit a1ee705e by BellCodeEditor

save project

parent eef686f8
Showing with 9 additions and 3 deletions
import diy
u=diy.d()
h=diy.sum(u)
print('分数是',h)
\ No newline at end of file
......@@ -20,8 +20,8 @@ def sum(sb):
money=money+i
return money
e=d()
f=sum(e)
print('一共',f,'元')
# e=d()
# f=sum(e)
# print('一共',f,'元')
\ 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