5. Create an Inner Function

Run Settings
LanguagePython
Language Version
Run Command
def outer(a, b): def inner(a, b): return a + b add = inner(a, b) print(add + 5) outer(5, 10)
Editor Settings
Theme
Key bindings
Full width
Lines