Commit 2f05e903 by BellCodeEditor

save project

parent 69d91a67
Showing with 8 additions and 2 deletions
...@@ -14,4 +14,10 @@ def new_input(): ...@@ -14,4 +14,10 @@ def new_input():
print("_"*30) print("_"*30)
return total return total
filter=new_input() filter=new_input()
print(filter) print(filter)
\ No newline at end of file def wang(filter):
colo=0
for i in filter:
colo=colo+i
return colo
filter(colo)
\ 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