elif lets you check more conditions after an if, one after another until one matches, while else is the catch-all that runs if none of them were true. Once one condition matches, Python skips the rest and moves on.
Python's if statement runs a block of code only when a condition is true, and you already know this pattern from every filter and check you've written so far.
@anshika_098 Do something as little as 10%
Also consistency should be going all out energy on days you feel motivated finding a good balance and working with it will keep you in the game in the long run
Copying a dictionary needs dot copy, since dict2 equals dict1 just links two names to the same dictionary, not a real copy. Nested dictionaries just mean a value can be a whole other dictionary instead of plain text or a number, like folders inside folders.
@jiya_3063 Yeahh knowledge is power honestly
And you’ll just use the tools to your advantage and make them work for you because of what you already know.