4 lines
39 B
Python
4 lines
39 B
Python
|
|
||
|
def subtract_one(n):
|
||
|
return n - 1
|