Commit 6c536aca by BellCodeEditor

auto save

parent 2bc380d1
Showing with 4 additions and 8 deletions
def couet(money): def new_input():
a=0 total = []
for i in range(money):
a=a+1 \ No newline at end of file
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