I need to check what this will do: ```python x = 3 def f(a): import x print(x) ```
I need to check what this will do: