Spread

 avatar
unknown
python
a year ago
84 B
7
Indexable
user_in = input()
str_list = user_in.split()

print(*str_list, sep = '->', end='\n')
Editor is loading...
Leave a Comment