Commit fd39279a by BellCodeEditor

save project

parent 866c2422
Showing with 4398 additions and 12 deletions
def s(): #def s():
total=[] #total=[]
s=input("请输入:x出 ") #s=input("请输入:x出 ")
while Ture: #while Ture:
if s="x": #if s="x"
break #break
else: #else:
try #try
s=print(s) #s=print(s)
except: #except:
print(请输入数字:) #print(请输入数字:)
\ No newline at end of file #else:
#total.append(s)
#print(total)
#return s
price=[15,18,14,25]
a=0
for i in price:
a=a+i
print(a)
def e(name):
s=0
s=input+0
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