the third try

This commit is contained in:
zhou1228 2023-01-24 19:05:46 +08:00
parent 61a3cbff6e
commit 19cdb92e8b
1 changed files with 1 additions and 1 deletions

2
2.py
View File

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