Commit ef4b8482 by BellCodeEditor

save project

parent 6d1ff79b
Showing with 8 additions and 2 deletions
...@@ -12,5 +12,11 @@ def cd(): ...@@ -12,5 +12,11 @@ def cd():
else: else:
total.append(unit) total.append(unit)
return total return total
def qh(t):
count=0
for i in t:
count+=1
return count
a=cd() a=cd()
print(a) h=qh(s)
\ No newline at end of file print(h)
\ 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