Commit 76eb1922 by BellCodeEditor

save project

parent 089071cb
......@@ -6,17 +6,17 @@ def new_input():
break
else:
try:
money.int(money)
money=int(money)
except:
print("吼吼吼")
print("错啦")
else:
total.append(money)
return total
def abc(list1):
cont=0
count=0
for i in range(list1):
count += i
return count
return count
......
import diy
list1=diy.new_input()
xyz
import func
list1=func.new_input()
xyz=func.abc(list1)
print(xyz)
\ 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