Commit 7fb0697a by BellCodeEditor

save project

parent e13d4410
Showing with 2 additions and 2 deletions
def f(): def f():
toal = [] toal = []
while True: while True:nhg
unit = input("输入:") unit = input("输入:")
if unit == 'q' if unit == 'q':
break break
else: else:
toal.append(unit) toal.append(unit)
......
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