Qurak

RotateRight

उपलब्ध

Rotates list elements to the right.

RotateRight[expr, n]
RotateRight[expr]
RotateRight[expr, {n1, n2, …}]
RotateRight[{1, 2, 3, 4, 5}] → {5, 1, 2, 3, 4}RotateRight[{a, b, c, d}, 2] → {c, d, a, b}RotateRight[{1, 2, 3}, 0] → {1, 2, 3}

इनमें प्रयुक्त

विषय

संबंधित

सभी 6300 फ़ंक्शन · इसे किसी MCP क्लाइंट से उपयोग करें