Untitled

mail@pastecode.io avatar
unknown
python
2 years ago
72 B
2
Indexable
Never
n=int(input())
if n%4==0:
    print("Bob")
else:
    print("Alice")