Skip to content

Commit 81806ea

Browse files
Create 1025.py
1 parent 28c6c23 commit 81806ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1001-1500/1025.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class Solution:
2+
def divisorGame(self, n: int) -> bool:
3+
return n%2==0

0 commit comments

Comments
 (0)