Example 3: Create a function with a local variable. Show what happens when you try to use that variable outside the function. Explain the results. Example: global variables python global x x=1