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]?
string[3:4]
somesequence[::3]
← Назад к списку