The curious and ambiguous case of string slicing in Python (3)
When you go deeper into certain concepts, they tend to confuse you many a times but adds an excitement too. Python string slicing is once such concept which has many hidden secrets in terms of its execution behavior and…