Commit 3fc99ba9 by BellCodeEditor

save project

parent 024fb164
Showing with 25 additions and 9 deletions
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
else:
total.append(unit)
print(total)
\ No newline at end of file
#try:
# age = int(input('你今年几岁了?'))
#except:
# print('防空洞')
#else:
# if age < 18:
# print('分隔符')
#print('福建')
#def sum(money):
#count = 0
# for i in money:
# count = count+i
#pic = new_input
#price = new_input()
#pay = sum(pic)
#print('活动结束' + str(pay) + '两个推广优选法')
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