My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
python
3 years ago
72 B
2
Indexable
n=int(input()) if n%4==0: print("Bob") else: print("Alice")