So, i\'ve this code:
def checkScope(f): def inner(*args): res=f(*args) // I WANNA PRINT HERE BIM BUM AND BAM return res return inn