Skip to content

Commit 26580e8

Browse files
committed
type.py的测试
1 parent 7cfbb13 commit 26580e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def 方法测试():
6060
print(a.isEven(), a.isOdd())
6161
b = a.replace("114", "")
6262
print(b, type(b))
63+
print(a.isDivisible(114514), a.isDivisible(b))
6364

6465
if __name__ == "__main__":
6566
String测试.基本测试()

0 commit comments

Comments
 (0)