If you have solved some sort of coding challenges online that have to do with lists, you know that you usually need to have access to indices and also elements in it.
You may also have to do that while you are working on your tasks.
Continue readingSoftware engineering and personal development
If you have solved some sort of coding challenges online that have to do with lists, you know that you usually need to have access to indices and also elements in it.
You may also have to do that while you are working on your tasks.
Continue readingWhen you are about to use dictionaries, you may have cases when you try to access elements using keys that are not part of the dictionary.
Let us see the following example:
Since the key “age” is not in there, an error will be thrown.
Continue reading© 2026 Fatos Morina
Theme by Anders Noren — Up ↑