Commit 01173cee by BellCodeEditor

auto save

parent 31a374d6
Showing with 14 additions and 3 deletions
...@@ -9,6 +9,17 @@ def d(): ...@@ -9,6 +9,17 @@ def d():
except: except:
print("重新输入") print("重新输入")
else: else:
total.append(unit) total.append(b)
print(total) return total
d() abc = d()
print(abc)
def e(name):
asd=0
for i in name:
print("---")
asd +=i
return asd
qwewr = e(abc)
print(qwewr)
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