Exercise yourself with basic Python snippets
| Exercise | Status | Exercise | Status | Exercise | Status | Exercise | Status |
|---|---|---|---|---|---|---|---|
| Variables | ✅ | Functions | ✅ | Dictionary | ✅ | Pytest | ✅ |
| Strings | ✅ | Arrays | ✅ | Inheritance | ✅ | Abstraction | ✅ |
| Numbers | ✅ | Sets | ✅ | Iterators | ✅ | Lambda | ✅ |
| Boolean | ✅ | Tuple | ✅ | Generators | ✅ | Projects | ✅ |
| Loops | ✅ | If else | ✅ | Operators | ✅ | Exception | ✅ |
| Datatype | ✅ | Decorators | ✅ | Closure | ✅ | Built-ins | ✅ |
| Methods | ✅ | Best Practices | ✅ | Data structures | ✅ |