Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe45f2c

Browse files
committed
6.3 知识迁移能力
1 parent 8f71c59 commit fe45f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sixth/third/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ def rotate_string(s, n):
154154
return ''
155155
n %= len(s)
156156
return s[n:] + s[:n]
157-
```
157+
```

0 commit comments

Comments
 (0)