Commit 49a1a46e by BellCodeEditor

save project

parent ac85ba96
Showing with 7 additions and 0 deletions
...@@ -13,3 +13,10 @@ def jijs(): ...@@ -13,3 +13,10 @@ def jijs():
return total return total
binbin=jijs() binbin=jijs()
print("qian",binbin) print("qian",binbin)
def jieger(awei):
shuhui=0
for i in awei:
shuhui=shuhui+1
return shuhui
zj=jieger(binbin)
print("fu",zj)
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