Create a global variable m = "test"
create a function that
Run that function and save the return to a variable n.
print out m an n
create a function that
Run the new function and save the result to a variable w.
print out m and w