Tewtawat Chakrabandhu Na Ayutthaya (Aof) Iterator และ Iterable ใน Python คืออะไร ? * What is Iterable ? *** * * *Iterable คือ object ใดๆ ที่เราสามารถทำการวนซ้ำกับมันได้* ** ซึ่งรวมไปถึง *lists, tuples* หรือแม้แต่ *strings* ก็ถือเป็น *Iterable *เช่นกัน ... Dev