We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7096968 + ded9c6d commit 302988dCopy full SHA for 302988d
1 file changed
data_structures/arrays/rotate_array.py
@@ -33,4 +33,4 @@ def reverse(start, end):
33
34
for arr, k in examples:
35
rotated = rotate_array(arr.copy(), k)
36
- print(f"Rotate {arr} by {k}: {rotated}")
+ print(f"Rotate {arr} by {k}: {rotated}")
0 commit comments