Commit 7365548f by BellCodeEditor

save project

parent 7c168b89
Showing with 4 additions and 1 deletions
...@@ -17,6 +17,8 @@ a=a() ...@@ -17,6 +17,8 @@ a=a()
print(a) print(a)
def str(a): def str(a):
strl=0 strl=0
if i in a: for i in a:
strl=strl+i strl=strl+i
return strl
print(str(?))
\ 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