陳雨彤{集合SET}[串列LIST](元祖TUPLE){字典DICT和集合一樣但key所以:冒號value值}

this=["陳雨彤","可愛", "小","中"] that=("元組","tuple","貓","豬","狗") print(this) for i in range(-4, 4): print(i, this[i]) for i in range(-5, 5): print(i, that[i])

留言

這個網誌中的熱門文章

陳雨彤[串列list](元組tuple){集合set}{字典:dict}