1.新增Case 2.修改关键字 3.新增python文件对字符串的操作 4.更改UserCase的文件位置

This commit is contained in:
byb11
2021-02-01 19:05:41 +08:00
parent 47110bd5db
commit aeb8c8e5ca
7 changed files with 384 additions and 317 deletions

View File

@@ -0,0 +1,6 @@
from builtins import len
def StringSegmentation(a):
b=len(a)
c=a[6:b]
return c