Python的列表

python中的列表相似於C語言的數組(列表就是打了激素的數組) >>> #建立列表,不須要聲明類型(Python變量標識符沒有類型) >>> information= ["student0", "student1", "student2"] >>> print(information) ['student0', 'student1', 'student2'] >>> print(informat
相關文章
相關標籤/搜索