How to use and read LISTS in Python - #First steps in Python 6
Today I learned how to read and store lists out of a code, so I can use it for user interface
so, for a quick example:
for indice in range (0,len(equipament)):
print("\nEquipament...: ", (indice+1))
print("Name..........: ", equipament[indice])
print("Value.........: ", value[indice])
print("Serial........: ", serial[indice])
print("Departament... :", departament[indice])
this is the code I use (not all of it, put this is the part that shows what I wrote) to show the user what they typed.
I am using a much better sytem to store lists here.
Also, I now know why lists are different.
The reason being that it can store multiple informations in a divided manner, so I can store in 1 list what I can i 1000 different variables.
The course link (it's in portuguese though): https://on.fiap.com.br/local/salavirtual/conteudo-digital.php
If you have any question or suggestion on other topics, feel free to comment down below or ask me in Facebook or Instagram!
Visit my Facebook Page in: http://fb.com/teteusbionicoficial
Visit my Instagram: https://www.instagram.com/teteusbionic/
Visit my Website: http://www.teteusbionic.com.br