Categories
How to output a python list separated by *?
Let's say there are numbers in the list: 1, 2, 3 Need to output: 1*2*3
Answer the question
In order to leave comments, you need to log in
print('*'.join(spisok))
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question