Commit ba48313a by BellCodeEditor

save project

parent 05e7d622
Showing with 8 additions and 0 deletions
def couet(money):
a=0
for i in range(money):
a=a+1
return a
money=[12,13,14]
b=couet(money)
print(b)
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