We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc631e commit 9f2812bCopy full SHA for 9f2812b
String-1/left2.py
@@ -0,0 +1,2 @@
1
+def left2(str):
2
+ return str[2:] + str[:2]
0 commit comments