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