, 09 2020 . 23:05
+
swf:
D_KEY @ swf @ , ( ):
a[-1:0:-1] - .
.
?
>>> a = [1, 2, 3, 4, 5]
>>> a[-1:0:-1]
[5, 4, 3, 2]
:wacko:
.. :D
, , .
OpenGL @ . a[1:4] = sorted(a[1:4]), , , . : a[::2] = sorted(a[::2]), , , .
, :)
https://forum.sources.ru/index.php?showtopic=419241&view=findpost&p=3836204
:
Holy Wars