Commit 7859eb12 by BellCodeEditor

save project

parent 18fc55ff
Showing with 6 additions and 7 deletions
newspaper=[] sbi = []
sb=0
while True: while True:
liha=input('有话快说,有屁快放:') sb= input("请输入:")
if liha=='q': if sb== 'q':
break break
else: else:
newspaper.append(liha) sbi.append(sb)
print('李浩的账要付:9999999999999999999999999999999999999+'+sum(newspaper)) print(sbi)
\ No newline at end of file \ 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