Commit 2c1b1937 by BellCodeEditor

auto save

parent 7eaed43a
Showing with 17 additions and 0 deletions
kl=[]
try:
if srt(input("输入数字")):
except:
print("重输入数字")
else:
tot=[]
while True:
unit=input("输入")
if unit=="q":
break
else:
tot.append(unit)
print(tot)
\ 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