A
A
afkalipt2018-08-05 13:08:04
Python
afkalipt, 2018-08-05 13:08:04

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

1 answer(s)
D
Dimonchik, 2018-08-05
@afkalipt

print('*'.join(spisok))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question