Take Two Stones
This commit is contained in:
8
twostones.py
Normal file
8
twostones.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import sys
|
||||
|
||||
N = int(input())
|
||||
|
||||
if N % 2 == 0:
|
||||
print("Bob")
|
||||
else:
|
||||
print("Alice")
|
||||
Reference in New Issue
Block a user