Do you want BuboFlash to help you learning these things? Or do you want to add or correct something?
Click here to log in or create user.
Question
Accessing Tuples/Lists
- Access with positive index
- Access with negative index
- Count starts with the first index , but stops before the second index.
- Even for negative indices, the count stops before the second index
Answer
Accessing Tuples/Lists
- Access with positive index: someList[1]
- Access with negative index: someList[-1] from the end
- Count starts with the first index , but stops before the second index. : someList[1]:4 for items 1 to 3
- Even for negative indices, the count stops before the second index: someList[1:-1] for items 1 to before the last?
Question
Accessing Tuples/Lists
- Access with positive index
- Access with negative index
- Count starts with the first index , but stops before the second index.
- Even for negative indices, the count stops before the second index
Question
Accessing Tuples/Lists
- Access with positive index
- Access with negative index
- Count starts with the first index , but stops before the second index.
- Even for negative indices, the count stops before the second index
Answer
Accessing Tuples/Lists
- Access with positive index: someList[1]
- Access with negative index: someList[-1] from the end
- Count starts with the first index , but stops before the second index. : someList[1]:4 for items 1 to 3
- Even for negative indices, the count stops before the second index: someList[1:-1] for items 1 to before the last?
Summary
status | not learned | | measured difficulty | 37% [default] | | last interval [days] | |
---|
repetition number in this series | 0 | | memorised on | | | scheduled repetition | |
---|
scheduled repetition interval | | | last repetition or drill | | | | |
---|
Details
No repetitions
Discussion
Do you want to join discussion?
Click here to log in or create user.