Commit fa4a12f9 by BellCodeEditor

auto save

parent 562ba7ba
Showing with 2 additions and 1 deletions
...@@ -3,5 +3,5 @@ def sum(money): ...@@ -3,5 +3,5 @@ def sum(money):
for i in money: for i in money:
count=count+i count=count+i
return count return count
a=('11','45','14') a==('苹果','梨')
print(sum(a)) print(sum(a))
\ 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