Commit 42353870 by BellCodeEditor

auto save

parent 0bfeb627
Showing with 18 additions and 9 deletions
tuplel = [] def now_input():
while True: tuplel = []
unit= input("请输入:") while True:
if unit== 'q': unit= input("请输入:")
break if unit== 'q':
else: breakscx
tuplel.append(unit) try:
print(unit) prijykjce=int(price)
\ No newline at end of file except :
print("123456789!")
else:
tuplel.append(unit)
return tuplel
resuit=now_input
print(resuit)
\ 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