mirror of
https://github.com/EDeev/web-dev.git
synced 2026-06-15 19:11:12 +03:00
2 lines
39 B
Python
2 lines
39 B
Python
s = input()
|
|
print('-'.join(s.split()))
|