在Python中,可以使用print()函數輸出列表。有兩種方法可以實現:
print()
方法一:直接輸出列表
lst = ['apple', 'banana', 'cherry'] print(lst)
方法二:使用循環遍歷列表并輸出每個元素
lst = ['apple', 'banana', 'cherry'] for item in lst: print(item)
無論使用哪種方法,輸出結果都是:
['apple', 'banana', 'cherry']
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529