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 28c6c23 commit 81806eaCopy full SHA for 81806ea
1001-1500/1025.py
@@ -0,0 +1,3 @@
1
+class Solution:
2
+ def divisorGame(self, n: int) -> bool:
3
+ return n%2==0
0 commit comments