Consider the following code:
def add_function(a, b): c = str(a) + b print \"c is %s\" % c def add_int_function(c, d): e = c + d print \"the vaul
Just add another line between your function definitions :
1 line :
2 lines: