: how do i pass variables from one function to another in python?
Same way you passed them to the first function.
def func1(x, y):
return func2(x, y, 1, 2)
def func2(a, b, c, d):
return a + b + c + d
print func1(8, 9)
infidel
$ select * from users where clue > 0
no rows returned