Commit ef4b8482 by BellCodeEditor

save project

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