Commit 2f05e903 by BellCodeEditor

save project

parent 69d91a67
Showing with 7 additions and 0 deletions
......@@ -15,3 +15,9 @@ def new_input():
return total
filter=new_input()
print(filter)
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