Commit 01173cee by BellCodeEditor

auto save

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