PinnedNisrin DhoondiaIndexing and Slicing in PythonToday I came across a list slicing code a[-4:--1:-1],and was amazed to see the output [5,4,3] for the given list a=[1, 2, 3, 4, 5, 6, 7, 8]Jan 14, 2021Jan 14, 2021
Nisrin Dhoondia:= A New Assignment Operator in PythonUnlike other programming languages Python is a Dynamic Typing programming language, whereby the datatype of the variable is determined…Mar 23Mar 23
Nisrin DhoondiaArtificial Intelligence and its subsetsArtificial Intelligence (AI):Dec 3, 2020Dec 3, 2020