diff --git a/wtfpy.md b/wtfpy.md index 9f29714..43e6f1a 100755 --- a/wtfpy.md +++ b/wtfpy.md @@ -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)