mitogen/tests/data/simple_pkg/b.py

4 lines
39 B
Python
Raw Normal View History

2017-09-15 06:24:41 +00:00
def subtract_one(n):
return n - 1