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