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 b48f791 commit bf47129Copy full SHA for bf47129
Manipulating List/4.py
@@ -0,0 +1,4 @@
1
+N = [2, 6, 86, 25, 215, 36, 4, 9, 27, 39]
2
+Output = N[:] # All the indexes
3
+print(Output)
4
+
0 commit comments