Commit d5a935fd by BellCodeEditor

save project

parent 1334e22c
Showing with 4 additions and 2 deletions
......@@ -3,7 +3,7 @@ def a():
while True:
unit= input("请输入:")
try:
unit=input(unit)
unit=int(unit)
except:
if unit== 'q':
break
......@@ -11,4 +11,5 @@ def a():
print("jlkhke")
else:
total.append(unit)
print(total)
print(total)
a()
\ 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