← Back to List
28722번: Звуки в подвале ↗
Solutions
Python 3
53 B | 53 chars
s = input() print("Lose" if s[0] == s[-1] else "Win")