Skip to content

Commit 0b01b31

Browse files
committed
对type.py的测试
1 parent 199c6f0 commit 0b01b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def 方法测试():
3131
print(a.hasSpace())
3232
b = a.replace("114", "")
3333
print(b, type(b))
34-
print(a.subString(0), a.subString(0, 3))
34+
print(a[0], a[0:3], type(a[0]))
3535
print(a.toList())
3636
print(a.getNormal())
3737

0 commit comments

Comments
 (0)