Commit b9b3037f by BellCodeEditor

auto save

parent 167394c9
Showing with 15 additions and 0 deletions
def total():
gfd1=""
while True:
a=input("请输入价格")
try:
age = int(input('请输入价格'))
except:
print('要输入整数啊')
print('程序结束~~')
if a=="stop":
break
gfd1=gfd1+a+" "
print(gfd1)
total()
\ 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