Ad
Code
Diff
  • import inspect
    
    def test():
        return inspect.stack()[0][3]
    • import inspect
    • def test():
    • return "t"+"e"+"s"+"t"
    • return inspect.stack()[0][3]