#!/usr/bin/python3 def print_num(): print("Yeehaw! num is visible in this scope, its value is: " + str(num)) num = 25 print_num()