Sales Tax

Run Settings
LanguagePython
Language Version
Run Command
def out_func(): tax =0.1 def inner_func(sales): print("Your sales tax value :", sales*tax) return inner_func a = out_func() a(100) a(10)
Editor Settings
Theme
Key bindings
Full width
Lines