create_var
my_var
def create_var():
# adjust code here...
create_var() print(my_var)
Setting up Python environment...