0
How :: works in python?
Can you help me please?
5 ответов
0
Please write i can't go to this site
0
Parham Faizabadi
Why is there any problem?
0
For example:
s[i:j:k], according to the documentation, "slice of s from i to j with step k". When i and j are absent, the whole sequence is assumed and thus s[::k] means "every k-th item".
0
Thank you very much ❣️