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