Commit 3f106ee2 by BellCodeEditor

save project

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