Commit b685d0d9 by BellCodeEditor

save project

parent fe1b9582
Showing with 2 additions and 2 deletions
...@@ -10,12 +10,12 @@ def new_input(): ...@@ -10,12 +10,12 @@ def new_input():
else: else:
print("输入错误") print("输入错误")
continue continue
print(type(p)) #print(type(p))
total.append(p) total.append(p)
print(total) print(total)
return return
new_input() new_input()
print(total) #print(total)
def l(list): def l(list):
c=0 c=0
for i in list: for i in list:
......
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