Commit c64f82bb by BellCodeEditor

save project

parent 235f53c3
import func
score=func.price()
score_zong=func.sum(score)
print(score_zong)
\ No newline at end of file
......@@ -12,7 +12,7 @@ def price():
input("请输入整数:")
return total
#设置一个新的变量,用来显示出所有单价加起来的数字。
def num(money):
count=0
for i in money:
......
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