Source code for exp0.mod0

[docs]def f0(a): ''' f0 increements input argument a's value by 1 ''' return a + 1