So, I learnt about exception handling using try, except, and finally and was practicing it, when I ran into a bug that at first made no sense to me. To be precise I was curious to see whether not using finally affects the execution of my program or n...