Python-Pascals-Triangles/custom_filters.py

4 lines
93 B
Python
Raw Permalink Normal View History

2017-03-19 14:12:48 +01:00
#put your own filters right here...
"""Example filter:
def AddOne(num):
return num + 1"""