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