1 line
48 B
Python
1 line
48 B
Python
print("".join(s[0] for s in input().split("-"))) |
print("".join(s[0] for s in input().split("-"))) |