#!/usr/bin/env python value = 3 def print_5(): print(value) print_5()