Update Table of Contents

This commit is contained in:
Satwik Kansal 2017-08-28 01:36:56 +05:30
parent aae0e9874b
commit af55ca681b
1 changed files with 15 additions and 0 deletions

View File

@ -15,7 +15,22 @@ Python being an awesomoe higher level language, provides us many functionalities
- [Checklist](#checklist)
- [👀 Examples](#-examples)
- [Example heading](#example-heading)
- [Explanation:](#explanation)
- [`datetime.time` object is considered to be false if it represented midnight in UTC](#datetimetime-object-is-considered-to-be-false-if-it-represented-midnight-in-utc)
- [Explanation](#explanation)
- [`is` is not what it is!](#is-is-not-what-it-is)
- [💡 Explanation:](#-explanation)
- [The function inside loop magic](#the-function-inside-loop-magic)
- [Explaination](#explaination)
- [Loop variables leaking out of local scope!](#loop-variables-leaking-out-of-local-scope)
- [Explanation](#explanation-1)
- [A tic-tac-toe where X wins in first attempt!](#a-tic-tac-toe-where-x-wins-in-first-attempt)
- [Explanation](#explanation-2)
- [Beware of default mutable arguments!](#beware-of-default-mutable-arguments)
- [Explanation](#explanation-3)
- [You can't change the values contained in tuples because they're immutable.. Oh really?](#you-cant-change-the-values-contained-in-tuples-because-theyre-immutable-oh-really)
- [Explanation](#explanation-4)
- [Using a varibale not defined in scope](#using-a-varibale-not-defined-in-scope)
- [Contributing](#contributing)
- [Acknowledgements](#acknowledgements)
- [🎓 License](#-license)