Suppose I have the following in a python file with the name: file1.py
file1.py
a=1 def f(x): return x+a
Now, in another file (Let\'s say