Commit eb9193b5 by BellCodeEditor

save project

parent 1b60d90a
Showing with 8 additions and 4 deletions
......@@ -11,7 +11,7 @@ def new_input():
print('输路整数')
else:
total.append(unit)
print(total)
#print(total)
return total
......@@ -19,9 +19,13 @@ def sum(jjb):
d=0
for i in jjb:
d=d+i
print(d)
return d
a=new_input()
print(a)
sum(jjb)
\ No newline at end of file
he=sum(a)
print(he)
\ 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