Well done!

You have completed Recap of Sequence Operations!

Quiz Question 1 of 4

Given the following code, what does the 2 represent?

my_string = 'python'

string_slice = my_string[::2]

Choose the correct answer below:

Skip Quiz Review Video