How to use Lists in Python - #First steps in Python 5
Today i learned a bit about lists and how the are used
So, a list is just like a variable, but it has items which you can pick.
I can make it print the things in my list:
for subscribers in channel:
print(subscribers)
in that short code, I am making everything inside my list channel become the variable subscribers and than printing the variable... I think
I am so sure about the workings and the definition of an list in programing, and also I am not so sure if in the short code I am turning it into a variable and then printing it or what, but it sure worked!
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