Commit bfd3969d by BellCodeEditor

save project

parent 1c69d6db
Showing with 8 additions and 2 deletions
......@@ -12,4 +12,10 @@ def lb():
else:
hx.append(unit)
print(hx)
lb()
\ No newline at end of file
return hx
wzj=lb()
print(wzj)
sum=0
for i in wzj:
sum=sum+i
print(sum)
\ 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