Commit 586a19e7 by BellCodeEditor

save project

parent dc70412a
Showing with 79 additions and 0 deletions
def po():
list=[12,13,14,15]
c=0
for i in list:
c=c+i
return c
a=po()
def po1(b):
print("算出的和为:",b)
po1(a)
\ No newline at end of file
list=[]
try:
a=int(input('输入一个价格:'))
except:
print('你输入的不是数字!!!')
else:
list.append(a)
print('添加成功!')
print(list)
print('所有的操作结束!')
def sss():
a='那诺'
b=12
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