Spread

Anonymous
python
02/25/2024 7:50 AM
112 B
15
Indexable
user_in = input()
str_list = user_in.split()

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