#!/usr/bin/env python N = 0 def run(): global N print("Test Global Variable:", N) N += 1