Untitled

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