Correct, this is list slicing
Python 3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> my_list = ["a", "b", "c", "d", "e", "f", "g"]
>>> x = my_list[1:3]
>>> print(x)
['b', 'c']
>>>
upvoted 2 times
...
This section is not available anymore. Please use the main Exam Page.JN0-221 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
shiiitboi
Highly Voted 4 years, 2 months agorodobrian
Most Recent 3 years, 5 months ago