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 c94d1d8 commit 73a1bfeCopy full SHA for 73a1bfe
README.md
@@ -11,6 +11,7 @@ instead and using the following operations:
11
- `nums[-1]` to get the last element
12
13
While these operations are indeed Pythonic, they don't provide any extra
14
-functionality as compared to a low-level array. No short-cuts are intended.
+functionality as compared to a low-level array. No shortcuts are intentionally
15
+made to evade the topic(s) or data structure(s) that the question is testing.
16
17
I very much welcome corrections. Thanks.
0 commit comments