Commit 3fc99ba9 by BellCodeEditor

save project

parent 024fb164
Showing with 25 additions and 9 deletions
total = []
while True: #try:
unit= input("请输入:") # age = int(input('你今年几岁了?'))
if unit== 'q': #except:
break # print('防空洞')
else: #else:
total.append(unit) # if age < 18:
print(total) # print('分隔符')
\ No newline at end of file #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