Commit 6fdfbe2b by BellCodeEditor

save project

parent 668e5d63
def w():
a=[]
while True:
aa=input("菜价")
aa=input("请输入")
if aa == "q":
break
else:
a.append(aa)
return a
count=0
s=w()
print(s)
for i in s:
def www():
count=0
for i in s:
count=count+int(i)
print(count)
\ No newline at end of file
print(count)
www()
\ No newline at end of file
import ll
b=ll.w()
score=ll.www()
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