Skip to content

Commit 9f2812b

Browse files
authored
Create left2.py
1 parent 9bc631e commit 9f2812b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

String-1/left2.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def left2(str):
2+
return str[2:] + str[:2]

0 commit comments

Comments
 (0)