Commit c8910219 by BellCodeEditor

auto save

parent 7eaed43a
Showing with 20 additions and 0 deletions
def sd():
s = []
while True:
a = input("价格")
if a == "q":
break
try:
a = int(a)
s.append(a)
except:
print("jjjjjjj")
else:
print("-"*30)
print(s)
sd()
\ 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