I write the following program to see how function works in Python
def mylove(a): a=a+1 a=2 mylove(a) print(a)
When I print(a), why it is