38.3k views
1 vote
Use Python to: Combine the lists x, y, and z into one multi-dimensional array. Print the multi-dimensional array. Use the values within the multi-dimensional array to print this message:

THE SECRET LIES WITHIN.



#code start

x = ["N", "O", "H", "S"]

y = ["I", "R", "L", "T"]

z = ["C", "A", "W", "E"]

# Add code here.

( Note: a correct answer is needed as soon as possible. The due date is tomorrow )

Use Python to: Combine the lists x, y, and z into one multi-dimensional array. Print-example-1

1 Answer

3 votes

Answer: ok I got tmdirn

Step-by-step explanation:

User David Robinson
by
4.1k points