Commit 1a66401a by BellCodeEditor

save project

parent de7959cc
Showing with 8 additions and 8 deletions
......@@ -3,15 +3,15 @@ def now_input():
while True:
unit= input("请输入:")
if unit== 'q':
break
breakscx
try:
unit=int(unit)
except:
prijykjce=int(price)
except :
print("123456789!")
else:
tuplel.append(unit)
return tuplel
print(tuplel)
return tuplel
a = now_input()
print(a)
\ No newline at end of file
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