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