Untitled

 avatar
unknown
python
3 years ago
72 B
7
Indexable
n=int(input())
if n%4==0:
    print("Bob")
else:
    print("Alice") 
Editor is loading...