From ccce4cbeae5c0a01fba25316add33e06dedff66c Mon Sep 17 00:00:00 2001 From: nj4710 Date: Fri, 20 May 2016 09:38:31 +0530 Subject: [PATCH] Update Python-Functions.md --- Python-Functions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Python-Functions.md b/Python-Functions.md index 05311a0e4..09e7b9dfb 100644 --- a/Python-Functions.md +++ b/Python-Functions.md @@ -25,6 +25,7 @@ Several built-in functions have been discussed and used previous examples. Just - [Lambda Expressions](Python-Functions-Expressions-Lambda) - [Name binding and Aliasing Functions](Python-Functions-Aliasing-Name-Binding) - [Nested functions](Python-Functions-Nested) +- [Pow](Python-Function-Pow) - [Resources](Python-Functions-Resources) - [`global`](Python-Functions-Statements-Global) - [`nonlocal`](Python-Functions-Statements-Nonlocal)