Commit 83374e8a by BellCodeEditor

save project

parent 1bf51263
Showing with 7 additions and 7 deletions
def new_input():
while True:
total = []
money= inpit('请输入(q退出):')
money= input('请输入(q退出):')
if money == 'q':
break
else:
......@@ -15,13 +15,13 @@ def new_input():
print("_"*30 )
return total
def cont(lb):
mun = 0
def cont(liebiao):
num = 0
for i in lb:
mun = mun+i
return mun
rsul=tots1
print(rsul)
num = num+i
return num
result=new_input()
print(result)
print("已经拿到用户列表")
print("开始进行方案2")
print(cout(result))
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