← Back to List
34644번: Ten Player Bingo ↗
Solutions
Python 3
47 B | 47 chars
s = int(input()[-1]) print(10 if s == 0 else s)