I have sometimes been able to call functions that are further ahead in the program. However, it takes hours to find a way to do it. What is the easiest way? Ex:
def paintball():
print "Olá"
adeus()
def adeus():
print "Adeus"
It's just a simple way to show the problem.