Data structure (Python)
Description : SLL slice: This is the same test as in PDF Examples
Input : SLL [10 -> 11 -> 12 -> 13 -> 14 -> 15 -> 16] Slice index 0 size 7
Expected : SLL [10 -> 11 -> 12 -> 13 -> 14 -> 15 -> 16] Slice: SLL [10 -> 11 -> 12 -> 13 -> 14 -> 15 -> 16]
Student : SLLException
Test Failed: False is not true