LeetCodeDiary
A Diary for solving LeetCode problems
View on GitHub
class
Solution
:
def
divisorGame
(
self
,
N
:
int
)
->
bool
:
return
True
if
N
%
2
==
0
else
False