We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e5ab9 commit b48f791Copy full SHA for b48f791
Manipulating List/3.py
@@ -0,0 +1,4 @@
1
+N = [2, 6, 86, 25, 215, 36, 4, 9, 27, 39]
2
+Output = N[5:] # from the index 5 and till the last index
3
+print(Output)
4
+
0 commit comments