So in python, you can always access a global variable anywhere without using global keyword. Like this
global
my_global_variable = 5 def simple_func():