Skip to content

Commit a8e1d91

Browse files
Update and rename Game of XOR.py to Geeksforgeeks_Game of XOR.py
1 parent 7ccc959 commit a8e1d91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def subarrayXor(self, arr):
3636
if (i + 1) % 2 != 0 and (n - i) % 2 != 0:
3737
# Include element in final XOR
3838
result ^= arr[i]
39-
return result
39+
return result

0 commit comments

Comments
 (0)