Commit bc803229 by BellCodeEditor

save project

parent 6d88eca4
Showing with 74 additions and 0 deletions
def po():
A='快乐'
B=12
return A,B
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