Computer Science, asked by logindevi, 3 months ago

7. Write a program to obtain the following output.
TRUTH
ALONE
TRIUMPHS​

Answers

Answered by sureshkumarkadalundi
5

Answer:

alone

v for Vendetta I am not sure if you have any questions or need any further information please contact

Answered by jai696
12

\large\mathsf\color{pink}{Solution\: using\: python\: 3}

words = ["TRUTH", "ALONE", "TRIUMPHS"]

print("\n".join(words))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions