try/2.py

5 lines
67 B
Python

def add(a,b):
for i in range(10):
a = a-b
return a