1.新增Case 2.修改关键字 3.新增python文件对字符串的操作 4.更改UserCase的文件位置
This commit is contained in:
6
04-CustomLibrary/Custometest/StringManipulation.py
Normal file
6
04-CustomLibrary/Custometest/StringManipulation.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from builtins import len
|
||||
|
||||
def StringSegmentation(a):
|
||||
b=len(a)
|
||||
c=a[6:b]
|
||||
return c
|
||||
Reference in New Issue
Block a user