python x = 5 def modify(): global x x = 10 modify() print(x) What is

python x = 5 def modify(): global x x = 10 modify() print(x) What is

More to explore