mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-21 18:54:20 +01:00
Update Table of Contents
This commit is contained in:
parent
aae0e9874b
commit
af55ca681b
15
wtfpy.md
15
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)
|
||||
|
Loading…
Reference in New Issue
Block a user