← Back to List

26736번: Wynik meczu ↗

Solutions

Python 3
50 B | 50 chars
s = input()
print(s.count('A'), ":", s.count('B'))