We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cfbb13 commit 26580e8Copy full SHA for 26580e8
test.py
@@ -60,6 +60,7 @@ def 方法测试():
60
print(a.isEven(), a.isOdd())
61
b = a.replace("114", "")
62
print(b, type(b))
63
+ print(a.isDivisible(114514), a.isDivisible(b))
64
65
if __name__ == "__main__":
66
String测试.基本测试()
0 commit comments