Read the following Python code carefully and point out the global variables?
y, z = 1, 2 def f(): global x x = y+z