web-dev/hws/hw-1/split_and_join.py
2026-02-13 15:01:19 +03:00

2 lines
39 B
Python

s = input()
print('-'.join(s.split()))