Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8f71c59 commit fe45f2cCopy full SHA for fe45f2c
sixth/third/README.md
@@ -154,4 +154,4 @@ def rotate_string(s, n):
154
return ''
155
n %= len(s)
156
return s[n:] + s[:n]
157
-```
+```
0 commit comments