1
I have the following problem:
I have a 2D vector and wish to display only the first vector ([250, 27.65863337187866, 93.38094023943002, 27.65863337187866]).
I wrote a code, but it’s showing everything.
Below the code:
lista_1 = [[250, 27.65863337187866, 93.38094023943002, 27.65863337187866], [0, 392, 327, 30, 348, 12, 64, 324]]
for i in lista_1:
print (i)
Where am I going wrong?
Grateful for the help.
It’s true Miguel! I’m so tired of programming today, I forgot about it. But again I appreciate your help. A big hug.
– Danilo
You’re welcome to @Danilo, we’re here to learn. But you should go rest and be like this lol. Tomorrow you’ll have a fresh head
– Miguel
kkkk. It’s true. I’ll stop for today.
– Danilo