In my previous blog, I explained a lot about using if, elif and else in Python. In this blog I am going further on that subject and we are going to use nesting in these conditions. Nesting is actually using conditions in conditions. We are going to use the code that we wrote in my …