I know that I can use something like string[3:4]
to get a substring in Python, but what does the 3 mean in somesequence[::3]
?
I know that I can use something like string[3:4]
to get a substring in Python, but what does the 3 mean in somesequence[::3]
?