在Python中,可以使用for循環(huán)遍歷元組。以下是使用for循環(huán)遍歷元組的示例代碼:
tuple1 = (1, 2, 3, 4, 5) for item in tuple1: print(item)
這段代碼將會輸出元組中的每個元素:
1 2 3 4 5
在循環(huán)中,每次迭代時,將元組中的一個元素賦值給變量item,然后使用print()函數(shù)將其打印出來。通過這種方式,可以遍歷元組中的每個元素。
item
print()
億速云公眾號
手機(jī)網(wǎng)站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權(quán)所有
廣州億速云計(jì)算有限公司粵ICP備17096448號-1 粵公網(wǎng)安備 44010402001142號增值電信業(yè)務(wù)經(jīng)營許可證編號:B1-20181529