D
D
Daniel2020-05-19 21:17:22
Python
Daniel, 2020-05-19 21:17:22

How to output as a line without characters?

text = ('этот если способ вы плохо это подходит читаете для что-то шифрования пошло важных не сообщений так')
t = text.split()
print(t[0::2])

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2020-05-19
@dansonswa

If I understand correctly, then:
print(' '.join(t[0::2]))

этот способ плохо подходит для шифрования важных сообщений

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question