Commit 6c536aca by BellCodeEditor

auto save

parent 2bc380d1
Showing with 4 additions and 8 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)
def new_input():
total = []
\ 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