3 Respostas
+ 5
eloufou ,
here is a link to a short tutorial from sololearn about for loop from the community section:
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2435/?ref=app
+ 2
We use the for to iterate in a sequences, like lists, dictionarys, strings, etc. For example, yo can use it to print all letters in a string.