diff --git a/contrib/advanced-python/index.md b/contrib/advanced-python/index.md index 327f152..21c6e47 100644 --- a/contrib/advanced-python/index.md +++ b/contrib/advanced-python/index.md @@ -2,6 +2,7 @@ - [OOPs](oops.md) - [Decorators/\*args/**kwargs](decorator-kwargs-args.md) +- ['itertools' module](itertools.md) - [Type Hinting](type-hinting.md) - [Lambda Function](lambda-function.md) - [Working with Dates & Times in Python](dates_and_times.md)