Untitled

Run Settings
LanguagePython
Language Version
Run Command
def outer_decorator(func): print(f"apply outer_decortor to thefunctio") def wrapper(*args , **kwargs): print("running outer_decorate") result = func(*arg , ** kwargs) print("ss") return result return wrapper def inner_decorator(func): print(f"Applyinh inner_decorator to the functiom") def wrapper(*args,**kwargs):
Editor Settings
Theme
Key bindings
Full width
Lines