Commit 42353870 by BellCodeEditor

auto save

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