Python quirks

I Quit! Or Do I?

I like making my life easier, so I wrote a python script for automating things in my office and I found out an interesting thing in Python. try-catch (try-except in Python) concept is well known to programmers, but in Python, we can use "finally" statement too. This statement isn't required when using try-except, but it's… Continue reading I Quit! Or Do I?