Commit 65bdeae7 by BellCodeEditor

save project

parent d883dc75
Showing with 12 additions and 7 deletions
def yuyubb():
toled=[]
total=[]
while True:
yu=input("亲,请输入价格~")
if yu=='q':
......@@ -13,5 +13,11 @@ def yuyubb():
toled.append(yu)
finally:
print("-"*30)
print(toled)
yuyubb()
\ No newline at end of file
print(total)
def Sum(money):
count=0
for i in money:
count+=i
return count
total
sum(total)
\ No newline at end of file
s{"a",1:"C",2:"k",3}
for k,v in s.items():
while True:
asd=open(C\Users\Administrator\Desktop)
\ 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