Commit 49a1a46e by BellCodeEditor

save project

parent ac85ba96
Showing with 8 additions and 2 deletions
...@@ -12,4 +12,11 @@ def jijs(): ...@@ -12,4 +12,11 @@ def jijs():
total.append(unit) total.append(unit)
return total return total
binbin=jijs() binbin=jijs()
print("qian",binbin) print("qian",binbin)
\ No newline at end of file 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