Commit ac24e31a by BellCodeEditor

save project

parent e0a31bde
Showing with 2 additions and 3 deletions
def fji0ofwt():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
break
......@@ -9,8 +8,8 @@ def fji0ofwt():
try:
unit=int(unit)
except:
print("8furfifruikerkrtgrtr43")
else:
print("sb")
else:
total.append(unit)
print(total)
fji0ofwt()
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