本章介紹python 中,最常用的基本複合型態:列表。 ... for i in data: if isinstance(i, list): for j in i: print(j) else: print(i).
確定! 回上一頁