Gerçek şu ki Python, yukarıdaki iki adımı bir nesnenin içeriğine döngülemek istediği zaman uygular - yani bir döngü için olabilir, ancak next() gibi bir kod da olabilir (burada otherlist.extend(mylist) Python listesidir).
The truth is Python performs the above two steps anytime it wants to loop over the contents of an object - so it could be a for loop, but it could also be code like otherlist.extend(mylist) (where otherlist is a Python list).
Gerçek şu ki, Python istediği zaman yukarıdaki iki adımı gerçekleştirir. ilmek Bir nesnenin içeriği - bu yüzden bir döngü olabilir, ancak aynı zamanda kod gibi olabilir otherlist.extend(mylist) (nerede otherlist bir Python listesidir).
The truth is Python performs the above two steps anytime it wants to loop over the contents of an object - so it could be a for loop, but it could also be code like otherlist.extend(mylist) (where otherlist is a Python list).
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.